From 368c31d1384d592a4e3f6add07eed29935201258 Mon Sep 17 00:00:00 2001 From: Pavol Rusnak Date: Tue, 21 Jan 2014 19:20:10 +0100 Subject: [PATCH] remove coin from session --- protob/storage.proto | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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; }