Merge branch 'libscottFIX' into fixgettransactioncrash

This commit is contained in:
blackjok3rtt
2018-11-03 20:58:06 +08:00
committed by GitHub
46 changed files with 1779 additions and 1167 deletions

View File

@@ -285,6 +285,7 @@ static const CRPCCommand vRPCCommands[] =
{ "blockchain", "getbestblockhash", &getbestblockhash, true },
{ "blockchain", "getblockcount", &getblockcount, true },
{ "blockchain", "getblock", &getblock, true },
{ "blockchain", "getdatafromblock", &getdatafromblock, true },
{ "blockchain", "getblockdeltas", &getblockdeltas, false },
{ "blockchain", "getblockhashes", &getblockhashes, true },
{ "blockchain", "getblockhash", &getblockhash, true },