mirror of
https://github.com/EvernodeXRPL/sashimono.git
synced 2026-04-29 15:38:00 +00:00
Support implementation and version updates for contract execution timeout (#274)
This commit is contained in:
@@ -365,6 +365,9 @@ namespace msg::json
|
||||
|
||||
if (round_limits.contains(msg::FLD_PROC_OFD_COUNT))
|
||||
msg.config.contract.round_limits.proc_ofd_count = round_limits[msg::FLD_PROC_OFD_COUNT].as<uint64_t>();
|
||||
|
||||
if (round_limits.contains(msg::FLD_EXEC_TIMEOUT))
|
||||
msg.config.contract.round_limits.exec_timeout = round_limits[msg::FLD_EXEC_TIMEOUT].as<uint64_t>();
|
||||
}
|
||||
|
||||
if (contract.contains(msg::FLD_LOG))
|
||||
|
||||
Reference in New Issue
Block a user