diff --git a/src/cc/dice.cpp b/src/cc/dice.cpp index 3005fabc8..ebd8e4aff 100644 --- a/src/cc/dice.cpp +++ b/src/cc/dice.cpp @@ -124,7 +124,7 @@ void *dicefinish(void *_ptr) { if ( DecodeHexTx(tx,res) != 0 ) { - myAddtomempool(tx) + myAddtomempool(tx); RelayTransaction(tx); } }