Skip to content

Commit

Permalink
more comstic changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
cristure committed Jan 12, 2024
1 parent 9bd17ec commit f057c0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion interactors/nonceHandlerV3/addressNonceHandler.go
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ func (anh *addressNonceHandler) ReSendTransactionsIfRequired(ctx context.Context
return fmt.Errorf("failed to send transaction: %w", err)
}

log.Info(fmt.Sprintf("successfully resent transaction with nonce %q for address %q", t.Nonce, addressAsBech32String), "hash", hash)
log.Info(fmt.Sprintf("successfully resent transaction with nonce %d for address %q", t.Nonce, addressAsBech32String), "hash", hash)
}
}

Expand Down

0 comments on commit f057c0d

Please sign in to comment.