This commit is contained in:
Eduard S
2021-02-08 15:54:00 +01:00
parent 124d2e84f2
commit 10edd5f2c2
6 changed files with 60 additions and 42 deletions

View File

@@ -141,6 +141,9 @@ type Coordinator struct {
// ethereum transaction will be resent (reusing the nonce) with
// a newly calculated gas price
TxResendTimeout Duration `validate:"required"`
// NoReuseNonce disables reusing nonces of pending transactions for
// new replacement transactions
NoReuseNonce bool
// Keystore is the ethereum keystore where private keys are kept
Keystore struct {
// Path to the keystore