From 429e25a3dea8268a4b6154ea463f259c3c2c222d Mon Sep 17 00:00:00 2001 From: Duke Date: Sun, 3 Dec 2023 18:51:55 -0800 Subject: [PATCH] Log ASSETCHAINS_SCRIPTPUB to stderr when we see an incorrect coinbase pubkey --- src/hush_bitcoind.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/hush_bitcoind.h b/src/hush_bitcoind.h index 9c17dad6b..490a2f43d 100644 --- a/src/hush_bitcoind.h +++ b/src/hush_bitcoind.h @@ -1660,9 +1660,10 @@ int64_t hush_checkcommission(CBlock *pblock,int32_t height) matched = 25; if ( matched == 0 ) { - if ( 0 && ASSETCHAINS_SCRIPTPUB.size() > 1 ) + if ( ASSETCHAINS_SCRIPTPUB.size() > 1 ) { int32_t i; + fprintf(stderr,"%s: ASSETCHAINS_SCRIPTPUB=", __func__); for (i=0; i