From 8dab0bc78c6a9ff41bf3e34661e08bcdf1a78c12 Mon Sep 17 00:00:00 2001 From: jl777 Date: Sun, 23 Sep 2018 22:10:42 -1100 Subject: [PATCH] Test --- src/cc/oracles.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/cc/oracles.cpp b/src/cc/oracles.cpp index c24ad5a8b..a0437ed0f 100644 --- a/src/cc/oracles.cpp +++ b/src/cc/oracles.cpp @@ -157,7 +157,8 @@ uint8_t DecodeOraclesData(const CScript &scriptPubKey,uint256 &oracletxid,uint25 { if ( e == EVAL_ORACLES && f == 'D' ) return(f); - } + else fprintf(stderr,"DecodeOraclesData evalcode.%d f.%c\n",e,f); + } else fprintf(stderr,"DecodeOraclesData not enough opereturn data\n"); return(0); }