diff --git a/src/komodo_nSPV_fullnode.h b/src/komodo_nSPV_fullnode.h index 3705e06b3..3eb2538c8 100644 --- a/src/komodo_nSPV_fullnode.h +++ b/src/komodo_nSPV_fullnode.h @@ -201,7 +201,7 @@ int32_t NSPV_sendrawtransaction(struct NSPV_broadcastresp *ptr,uint8_t *data,int ptr->retcode = 0; rawdata.resize(n); memcpy(&rawdata[0],data,n); - if ( DecodeHexTx(tx,rawdata.ToString()) != 0 ) + if ( DecodeHexTx(tx,HexStr(rawdata)) != 0 ) { LOCK(cs_main); ptr->txid = tx.GetHash();