mirror of
https://github.com/lightninglabs/loop.git
synced 2026-08-13 12:33:03 +02:00
staticaddr: fix error formatting in the log
This commit is contained in:
parent
61542197f6
commit
51b74512b8
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue