Open stevenroose opened 2 years ago
obj.pushKV("epoch_length", (uint64_t)chainparams.GetConsensus().dynamic_epoch_length); (in getblockchaininfo) provides this, no?
obj.pushKV("epoch_length", (uint64_t)chainparams.GetConsensus().dynamic_epoch_length);
getblockchaininfo
obj.pushKV("epoch_length", (uint64_t)chainparams.GetConsensus().dynamic_epoch_length);
(ingetblockchaininfo
) provides this, no?