Skip to content

Commit

Permalink
Fix commented code.
Browse files Browse the repository at this point in the history
  • Loading branch information
cristure committed Mar 18, 2024
2 parents 10cf625 + 886ee3a commit 5cb40e7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion interactors/nonceHandlerV3/addressNonceHandler.go
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ func (anh *addressNonceHandler) ApplyNonceAndGasPrice(ctx context.Context, txs .
for _, tx := range txs {
nonce, err := anh.computeNonce(ctx)
if err != nil {
//anh.mut.Unlock()
return fmt.Errorf("failed to fetch nonce: %w", err)
}
tx.Nonce = uint64(nonce)
Expand Down

0 comments on commit 5cb40e7

Please sign in to comment.