This commit is contained in:
jl777
2018-08-01 06:18:47 -11:00
parent 9dff11caf1
commit dcea6b0274

View File

@@ -124,7 +124,7 @@ void *dicefinish(void *_ptr)
{
if ( DecodeHexTx(tx,res) != 0 )
{
myAddtomempool(tx)
myAddtomempool(tx);
RelayTransaction(tx);
}
}