Restructuring hp.cfg consensus and npl blocks (#365)

This commit is contained in:
Udith Indrakantha
2022-07-22 11:36:06 +05:30
committed by GitHub
parent 69481e5265
commit 2a4a7d3b34
11 changed files with 95 additions and 56 deletions

View File

@@ -50,7 +50,7 @@ namespace msg::usrmsg::bson
encoder.key(msg::usrmsg::FLD_VOTE_STATUS);
encoder.string_value(msg::usrmsg::VOTE_STATUSES[vote_status]);
encoder.key(msg::usrmsg::FLD_ROUND_TIME);
encoder.uint64_value(conf::cfg.contract.roundtime);
encoder.uint64_value(conf::cfg.contract.consensus.roundtime);
encoder.key(msg::usrmsg::FLD_CONTARCT_EXECUTION_ENABLED);
encoder.bool_value(conf::cfg.contract.execute);
encoder.key(msg::usrmsg::FLD_READ_REQUESTS_ENABLED);