diff --git a/protob/storage.proto b/protob/storage.proto index cd61901f29..3cae382959 100644 --- a/protob/storage.proto +++ b/protob/storage.proto @@ -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; }