proto: add cointype.segwit to types

pull/41/head
Pavol Rusnak 8 years ago
parent b9198eb2b6
commit 2148e5ff8d
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D

@ -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;
}
/**

Loading…
Cancel
Save