This commit is contained in:
jl777
2019-07-05 23:45:23 -11:00
parent f1e69bfde2
commit dbf4d76ac7
2 changed files with 3 additions and 3 deletions

View File

@@ -201,7 +201,7 @@ int32_t NSPV_sendrawtransaction(struct NSPV_broadcastresp *ptr,uint8_t *data,int
ptr->retcode = 0;
rawtx.resize(n*2+1);
init_hexbytes_noT((char *)rawtx.data(),data,n);
fprintf(stderr,"rawtx.(%s)\n",rawtx.c_str());
//fprintf(stderr,"rawtx.(%s)\n",rawtx.c_str());
if ( DecodeHexTx(tx,rawtx) != 0 )
{
ptr->txid = tx.GetHash();