From bfd5344dc8dacecb641838ab6aef0f2f19eea22e Mon Sep 17 00:00:00 2001 From: jl777 Date: Mon, 10 Sep 2018 06:46:54 -1100 Subject: [PATCH] C --- 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 3842b15d7..e1dc81186 100644 --- a/src/cc/gateways.cpp +++ b/src/cc/gateways.cpp @@ -457,7 +457,7 @@ int64_t GatewaysVerify(char *refdepositaddr,uint256 oracletxid,int32_t claimvout txid = tx.GetHash(); nValue = tx.vout[i].nValue; break; - } else fprintf(stderr,"claimvout.%d scriptPubKey mismatch\n",claimout); + } else fprintf(stderr,"claimvout.%d scriptPubKey mismatch\n",claimvout); } else fprintf(stderr,"i.%d %s vs %s\n",i,destaddr,refdepositaddr); } }