From e4cc08775fc9c204f295442f930326eb7877f2d4 Mon Sep 17 00:00:00 2001 From: Pavol Rusnak Date: Wed, 16 Aug 2017 14:28:21 +0200 Subject: [PATCH] vendor: update trezor-common, enable Bitcoin segwit manually --- firmware/coins.c | 2 +- vendor/trezor-common | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/firmware/coins.c b/firmware/coins.c index a7dfbf5081..6fe150906e 100644 --- a/firmware/coins.c +++ b/firmware/coins.c @@ -26,7 +26,7 @@ // filled CoinType Protobuf structure defined in https://github.com/trezor/trezor-common/blob/master/protob/types.proto#L133 // address types > 0xFF represent a two-byte prefix in big-endian order const CoinType coins[COINS_COUNT] = { - {true, "Bitcoin", true, " BTC", true, 0, true, 500000, true, 5, true, "\x18" "Bitcoin Signed Message:\n", true, 0x0488b21e, true, 0x0488ade4, true, false, false, 0, }, + {true, "Bitcoin", true, " BTC", true, 0, true, 500000, true, 5, true, "\x18" "Bitcoin Signed Message:\n", true, 0x0488b21e, true, 0x0488ade4, true, true, false, 0, }, {true, "Testnet", true, " TEST", true, 111, true, 10000000, true, 196, true, "\x18" "Bitcoin Signed Message:\n", true, 0x043587cf, true, 0x04358394, true, true, false, 0, }, {true, "Bcash", true, " BCH", true, 0, true, 500000, true, 5, true, "\x18" "Bitcoin Signed Message:\n", true, 0x0488b21e, true, 0x0488ade4, true, false, true, 0, }, {true, "Namecoin", true, " NMC", true, 52, true, 10000000, true, 5, true, "\x19" "Namecoin Signed Message:\n", true, 0x019da462, true, 0x019d9cfe, true, false, false, 0, }, diff --git a/vendor/trezor-common b/vendor/trezor-common index ccff14d685..5f7a1a7a5a 160000 --- a/vendor/trezor-common +++ b/vendor/trezor-common @@ -1 +1 @@ -Subproject commit ccff14d685958447740e4c3ffdf4296c818df54a +Subproject commit 5f7a1a7a5a4311fd71ed113624dd1d0fe9e72ff5