From 6a5ef6b823e2678fa286085750421ce900f861a8 Mon Sep 17 00:00:00 2001 From: slush0 Date: Fri, 21 Feb 2014 22:42:41 +0100 Subject: [PATCH] Removed 'address' from HDNodeType --- protob/types.proto | 1 - 1 file changed, 1 deletion(-) diff --git a/protob/types.proto b/protob/types.proto index bfa48448ff..95150b0ce4 100644 --- a/protob/types.proto +++ b/protob/types.proto @@ -69,7 +69,6 @@ message HDNodeType { required bytes chain_code = 4 [(binary) = true]; optional bytes private_key = 5 [(binary) = true]; optional bytes public_key = 6 [(binary) = true]; - optional bytes address = 7; } message CoinType {