Globally set tx checking interval
Opened this issue · 0 comments
eshelB commented
Currently, the parameter broadcastCheckIntervalMs
can only be defined for every transaction. It would be very helpful if it could be defined on the client creation. This would help development since localsecret
may run with faster block times locally, while on CI it will probably be the testnet rate.
This would hugely improve the testing experience, which may be very "waity" for long tests.