Skip to content

Consequent transactions

Alex Bazhanau edited this page Dec 27, 2018 · 3 revisions

For some operations like unlock and repay, this software uses a consequent transactions technique: it is sending 2 or more transactions at the same time from one address.

In such a case, a gas limit for a transaction cannot be estimated in advance.

Currently, all gas limit values are hardcoded.

You can change it by modifying the source code.

Clone this wiki locally