From 2148e5ff8d76444f82f8e4c833157df7de8eaba5 Mon Sep 17 00:00:00 2001 From: Pavol Rusnak Date: Wed, 26 Apr 2017 15:32:01 +0200 Subject: [PATCH] proto: add cointype.segwit to types --- protob/types.proto | 1 + 1 file changed, 1 insertion(+) diff --git a/protob/types.proto b/protob/types.proto index 34a9ff436..f69d7dd69 100644 --- a/protob/types.proto +++ b/protob/types.proto @@ -168,6 +168,7 @@ message CoinType { optional string signed_message_header = 8; optional uint32 xpub_magic = 9 [default=0x0488b21e]; optional uint32 xprv_magic = 10 [default=0x0488ade4]; + optional bool segwit = 11; } /**