trb

trb
Log | Files | Refs

commit e8c064d2cc4be6cc1ab9ff4e09ffb8372f72069f
parent 18b0be237794a5786176bfc8ccf30f187313cd1e
Author: Shinoa-Fores <btcinfo@sdf.org>
Date:   Wed, 13 Jan 2021 17:39:51 -0500

mod6_phexdigit_fix.vpatch

Diffstat:
Mbitcoin/manifest | 1+
Mbitcoin/src/util.cpp | 2+-
2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/bitcoin/manifest b/bitcoin/manifest @@ -1,3 +1,4 @@ 614342 trb_keccak_regrind mod6 Not a vpatch, whole TRB tree keccak regrind; removes UTF-8 char from original genesis.vpatch 614347 mod6_privkey_tools.vpatch mod6 adds privkey tools 614351 mod6_manifest.vpatch mod6 Adds TRB manifest; updates version comments +616451 mod6_phexdigit_fix.vpatch mod6 Adds missing comma to separate values in the phexdigit array in util.cpp. diff --git a/bitcoin/src/util.cpp b/bitcoin/src/util.cpp @@ -350,7 +350,7 @@ vector<unsigned char> ParseHex(const char* psz) 0,1,2,3,4,5,6,7,8,9,-1,-1,-1,-1,-1,-1, -1,0xa,0xb,0xc,0xd,0xe,0xf,-1,-1,-1,-1,-1,-1,-1,-1,-1, -1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1, - -1,0xa,0xb,0xc,0xd,0xe,0xf,-1,-1,-1,-1,-1,-1,-1,-1,-1 + -1,0xa,0xb,0xc,0xd,0xe,0xf,-1,-1,-1,-1,-1,-1,-1,-1,-1, -1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1, -1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1, -1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,