1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-01-03 12:00:59 +00:00

remove coin from session

This commit is contained in:
Pavol Rusnak 2014-01-21 19:20:10 +01:00
parent 78efd80bbc
commit 368c31d138

View File

@ -21,6 +21,5 @@ message Storage {
message Session {
optional bytes passphrase = 1 [(binary) = true];
optional CoinType coin = 2;
optional HDNodeType node = 3;
optional HDNodeType node = 2;
}