Skip to content

Commit

Permalink
nti
Browse files Browse the repository at this point in the history
Signed-off-by: Joshua Kim <[email protected]>
  • Loading branch information
joshua-kim committed Jan 29, 2025
1 parent 71953c1 commit 15f7784
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/chain/bond.go
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ func (b Bonder) Unbond(tx *chain.Transaction) error {
if errors.Is(err, database.ErrNotFound) {
// Make this operation idempotent if the tx was already unbonded
// previously
return nil //nolint:nilerr
return nil
}
if err != nil {
return fmt.Errorf("failed to get tx fee: %w", err)
Expand Down

0 comments on commit 15f7784

Please sign in to comment.