From 8425000e5904f7440797eb7d7bf82daeb22b8afd Mon Sep 17 00:00:00 2001 From: jl777 Date: Tue, 26 Feb 2019 00:09:14 -1100 Subject: [PATCH] Add gametxid and batontxid to player info --- src/cc/rogue_rpc.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cc/rogue_rpc.cpp b/src/cc/rogue_rpc.cpp index 2f263e8aa..fa4abae24 100644 --- a/src/cc/rogue_rpc.cpp +++ b/src/cc/rogue_rpc.cpp @@ -408,7 +408,7 @@ UniValue rogue_playerobj(std::vector playerdata,uint256 playertxid,uint break; } } - fprintf(stderr,"trace spend to %s/v%d\n",txid.GetHex().c_str(),vout); + //fprintf(stderr,"trace spend to %s/v%d\n",txid.GetHex().c_str(),vout); if ( n++ > 1000 ) break; }