From 1983e7036888c23ce1e108d00c61517361a570fa Mon Sep 17 00:00:00 2001 From: jl777 Date: Wed, 10 Jul 2019 21:29:51 -1100 Subject: [PATCH] +( --- src/komodo_nSPV_wallet.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/komodo_nSPV_wallet.h b/src/komodo_nSPV_wallet.h index 8f11c3b44..e625a21d8 100644 --- a/src/komodo_nSPV_wallet.h +++ b/src/komodo_nSPV_wallet.h @@ -328,7 +328,7 @@ UniValue NSPV_spend(char *srcaddr,char *destaddr,int64_t satoshis) // what its a { data.resize(20); memcpy(&data[0],&rmd160[1],20); - scriptPubKey = CScript() << OP_DUP << OP_HASH160 << ParseHex(HexStr(data)) << OP_EQUALVERIFY << OP_CHECKSIG); + scriptPubKey = (CScript() << OP_DUP << OP_HASH160 << ParseHex(HexStr(data)) << OP_EQUALVERIFY << OP_CHECKSIG); } if ( NSPV_inforesult.height == 0 ) {