From 4ada5219b9fa992e6ed1f17dd014aea7afe4e9b7 Mon Sep 17 00:00:00 2001 From: jl777 Date: Mon, 10 Sep 2018 07:06:39 -1100 Subject: [PATCH] Test --- src/cc/gateways.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cc/gateways.cpp b/src/cc/gateways.cpp index 490a9fb9d..0d9704a13 100644 --- a/src/cc/gateways.cpp +++ b/src/cc/gateways.cpp @@ -475,7 +475,7 @@ int64_t GatewaysVerify(char *refdepositaddr,uint256 oracletxid,int32_t claimvout { fprintf(stderr,"verify proof for cointxid in merkleroot\n"); return(nValue); - } else fprintf(stderr,"(%s) != (%s) or txid mismatch.%d or script mismatch.%d\n",refdepositaddr,destaddr,txid != cointxid,scriptPubKey != tx.vout[1].scriptPubKey); + } else fprintf(stderr,"(%s) != (%s) or txid mismatch.%d or script mismatch\n",refdepositaddr,destaddr,txid != cointxid); return(0); }