There was an error while loading. Please reload this page.
1 parent caf7c14 commit 4bbbf75Copy full SHA for 4bbbf75
1 file changed
services/requester/single_tx_pool.go
@@ -184,6 +184,7 @@ func (t *SingleTxPool) buildTransaction(
184
coaAddress := t.config.COAAddress
185
accountKey, err := t.client.GetAccountKeyAtLatestBlock(ctx, coaAddress, accKey.Index)
186
if err != nil {
187
+ accKey.Done()
188
return nil, err
189
}
190
0 commit comments