From 8dc5d27941ab5e62d003390ec072ea94535b3524 Mon Sep 17 00:00:00 2001 From: jl777 Date: Tue, 31 Jul 2018 05:03:38 -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 ec3c3b0eb..3a16ea7ba 100644 --- a/src/cc/dice.cpp +++ b/src/cc/dice.cpp @@ -136,9 +136,9 @@ void *dicefinish(void *_ptr) { txid = tx.GetHash(); RelayTransaction(tx); - fprintf(stderr,"result.(%s)\n",uint256_str(str,txid)); + fprintf(stderr,"%s\nresult.(%s)\n",res.c_str(),uint256_str(str,txid)); } - } else fprintf(stderr,"result.(%s)\n",res.c_str()); + } else fprintf(stderr,"non-hex result.(%s)\n",res.c_str()); } free(ptr); return(0);