Skip to content

Commit 51b7451

Browse files
committed
staticaddr: fix error formatting in the log
1 parent 6154219 commit 51b7451

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

staticaddr/deposit/fsm.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -399,7 +399,7 @@ func (f *FSM) updateDeposit(ctx context.Context,
399399

400400
err := f.cfg.Store.UpdateDeposit(ctx, f.deposit)
401401
if err != nil {
402-
f.Errorf("unable to update deposit: %w", err)
402+
f.Errorf("unable to update deposit: %v", err)
403403
}
404404
}
405405

0 commit comments

Comments
 (0)