Browse Source

Test

pull/4/head
jl777 6 years ago
parent
commit
8dab0bc78c
  1. 3
      src/cc/oracles.cpp

3
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);
}

Loading…
Cancel
Save