diff --git a/src/Transaction.js b/src/Transaction.js index 3329c4f..5822108 100644 --- a/src/Transaction.js +++ b/src/Transaction.js @@ -100,7 +100,7 @@ class Transaction { try { await this._prepare() await this._send() - const receipt = this._waitForConfirmations() + const receipt = await this._waitForConfirmations() // we could have bumped nonce during execution, so get the latest one + 1 this.manager._nonce = this.tx.nonce + 1 return receipt