From dcea6b0274f1affb2112379a82049ef8eb57a13a Mon Sep 17 00:00:00 2001 From: jl777 Date: Wed, 1 Aug 2018 06:18:47 -1100 Subject: [PATCH] Test --- src/cc/dice.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); } }