From 564801fddc908c30e0ef8410465a193ae35e2992 Mon Sep 17 00:00:00 2001 From: Pavol Rusnak Date: Fri, 12 May 2017 22:46:54 +0200 Subject: [PATCH] remove CoinType.address_type_p2wpkh and CoinType.address_type_p2wsh --- protob/types.proto | 2 -- 1 file changed, 2 deletions(-) diff --git a/protob/types.proto b/protob/types.proto index f69d7dd698..18cf33491f 100644 --- a/protob/types.proto +++ b/protob/types.proto @@ -163,8 +163,6 @@ message CoinType { optional uint32 address_type = 3 [default=0]; optional uint64 maxfee_kb = 4; 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 string signed_message_header = 8; optional uint32 xpub_magic = 9 [default=0x0488b21e]; optional uint32 xprv_magic = 10 [default=0x0488ade4];