On the latest version of bor v0.3.3 we can no longer set rpc.evmtimeout
The bor server does not expose this flag and complains when it is added...
It's still a flag listed in the flags.go file but I can't see a way to set it.
Also the example_config.toml does not include this as an option anywhere.
How can we set rpc.evmtimeout in the newer versions?
On the latest version of bor
v0.3.3we can no longer setrpc.evmtimeoutThe
bor serverdoes not expose this flag and complains when it is added...It's still a flag listed in the flags.go file but I can't see a way to set it.
Also the
example_config.tomldoes not include this as an option anywhere.How can we set
rpc.evmtimeoutin the newer versions?