Merge pull request #539 from jl777/jl777

MoM support
This commit is contained in:
jl777
2018-03-24 17:05:12 +02:00
committed by GitHub
14 changed files with 250 additions and 104 deletions

View File

@@ -295,6 +295,7 @@ static const CRPCCommand vRPCCommands[] =
{ "blockchain", "paxpending", &paxpending, true },
{ "blockchain", "paxprices", &paxprices, true },
{ "blockchain", "notaries", &notaries, true },
{ "blockchain", "height_MoM", &height_MoM, true },
{ "blockchain", "minerids", &minerids, true },
{ "blockchain", "kvsearch", &kvsearch, true },
{ "blockchain", "kvupdate", &kvupdate, true },