staticaddr: fix error formatting in the log

This commit is contained in:
Boris Nagaev 2025-06-24 01:44:01 -03:00
parent 61542197f6
commit 51b74512b8
No known key found for this signature in database

View file

@ -399,7 +399,7 @@ func (f *FSM) updateDeposit(ctx context.Context,
err := f.cfg.Store.UpdateDeposit(ctx, f.deposit)
if err != nil {
f.Errorf("unable to update deposit: %w", err)
f.Errorf("unable to update deposit: %v", err)
}
}