From 56c5c2a6669f7ef4f66c1b730f94dc61db1a16ec Mon Sep 17 00:00:00 2001 From: jl777 Date: Fri, 5 Jul 2019 01:53:55 -1100 Subject: [PATCH] CScript --- src/komodo_nSPV.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/komodo_nSPV.h b/src/komodo_nSPV.h index 597682175..a1b71017e 100644 --- a/src/komodo_nSPV.h +++ b/src/komodo_nSPV.h @@ -1367,7 +1367,7 @@ UniValue NSPV_send(char *srcaddr,char *destaddr,int64_t satoshis) // what its al return(result); } CMutableTransaction mtx = CreateNewContextualCMutableTransaction(Params().GetConsensus(), komodo_nextheight()); - std::vector data,opret; std::string hex; + std::vector data; CScript opret; std::string hex; data.resize(20); memcpy(&data[0],&rmd160[1],20); if ( NSPV_addinputs(mtx,satoshis+txfee,64) > 0 )