mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-01-03 03:50:58 +00:00
Removed Session
This commit is contained in:
parent
61e9c2b0a3
commit
f9cfdf01d1
@ -21,9 +21,4 @@ message Storage {
|
|||||||
optional bytes pin = 6;
|
optional bytes pin = 6;
|
||||||
optional bytes language = 7;
|
optional bytes language = 7;
|
||||||
optional bytes label = 8 [(binary) = true];
|
optional bytes label = 8 [(binary) = true];
|
||||||
}
|
}
|
||||||
|
|
||||||
message Session {
|
|
||||||
optional bytes passphrase = 1 [(binary) = true];
|
|
||||||
optional HDNodeType node = 2;
|
|
||||||
}
|
|
Loading…
Reference in New Issue
Block a user