This commit is contained in:
jl777
2018-08-19 07:19:25 -11:00
parent 1f5025d995
commit c75d265250
3 changed files with 3 additions and 3 deletions

View File

@@ -100,7 +100,7 @@ struct dicefinish_info
bool mySendrawtransaction(std::string res)
{
CTransaction tx; char str[65];
const CTransaction tx; char str[65];
if ( res.empty() == 0 && res.size() > 64 && is_hexstr((char *)res.c_str(),0) > 64 )
{
if ( DecodeHexTx(tx,res) != 0 )