From f9cfdf01d167d0692a397579f6b70c17af7a07f2 Mon Sep 17 00:00:00 2001 From: slush0 Date: Wed, 19 Feb 2014 17:44:03 +0100 Subject: [PATCH] Removed Session --- protob/storage.proto | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/protob/storage.proto b/protob/storage.proto index 44fbec2e55..9ec7359d1c 100644 --- a/protob/storage.proto +++ b/protob/storage.proto @@ -21,9 +21,4 @@ message Storage { optional bytes pin = 6; optional bytes language = 7; optional bytes label = 8 [(binary) = true]; -} - -message Session { - optional bytes passphrase = 1 [(binary) = true]; - optional HDNodeType node = 2; -} +} \ No newline at end of file