This commit is contained in:
jl777
2019-07-06 00:13:00 -11:00
parent 1d7abe0704
commit 818019a6dc
2 changed files with 3 additions and 2 deletions

View File

@@ -209,7 +209,7 @@ int32_t NSPV_sendrawtransaction(struct NSPV_broadcastresp *ptr,uint8_t *data,int
if ( myAddtomempool(tx) != 0 )
ptr->retcode = 1;
else ptr->retcode = 0;
fprintf(stderr,"relay transaction %s\n",ptr->txid.GetHex().c_str());
fprintf(stderr,"relay transaction %s retcode.%d\n",ptr->txid.GetHex().c_str(),ptr->retcode);
RelayTransaction(tx);
} else ptr->retcode = -1;
return(sizeof(*ptr));