From 70482c82acdc077808cc804420349349d32a4cab Mon Sep 17 00:00:00 2001 From: Pavol Rusnak Date: Tue, 17 May 2016 17:35:03 +0200 Subject: [PATCH] add CoinType.signed_message_header --- protob/types.proto | 1 + 1 file changed, 1 insertion(+) diff --git a/protob/types.proto b/protob/types.proto index 131bcafd50..2fb82bf2e6 100644 --- a/protob/types.proto +++ b/protob/types.proto @@ -133,6 +133,7 @@ message CoinType { optional uint32 address_type_p2sh = 5 [default=5]; optional uint32 address_type_p2wpkh = 6 [default=6]; optional uint32 address_type_p2wsh = 7 [default=10]; + optional bytes signed_message_header = 8; } /**