From 84467192b978d26d51ce33acba23aa6fe5f37a8e Mon Sep 17 00:00:00 2001 From: jl777 Date: Wed, 1 Aug 2018 04:58:58 -1100 Subject: [PATCH] Test --- src/cc/dice.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/cc/dice.cpp b/src/cc/dice.cpp index 765bb0007..953e3ecb8 100644 --- a/src/cc/dice.cpp +++ b/src/cc/dice.cpp @@ -135,13 +135,13 @@ void *dicefinish(void *_ptr) fprintf(stderr,"Relay transaction\n"); if ( myAddtomempool(tx) != 0 ) { - fprintf(stderr,"result tx in mempool\n",uint256_str(str,txid)); + fprintf(stderr,"result tx %s in mempool\n",uint256_str(str,txid)); break; } } else { - fprintf(stderr,"result tx in mempool\n",uint256_str(str,txid)); + fprintf(stderr,"result tx %s in mempool\n",uint256_str(str,txid)); break; } }