mirror of
https://github.com/lightninglabs/loop.git
synced 2026-08-16 13:00:37 +02:00
sweepbatcher: fix mock TotalSweptAmount
Forgot to return the calculated total value.
This commit is contained in:
parent
7636ffdc64
commit
c036c2adbd
1 changed files with 1 additions and 1 deletions
|
|
@ -212,5 +212,5 @@ func (s *StoreMock) TotalSweptAmount(ctx context.Context, batchID int32) (
|
|||
}
|
||||
}
|
||||
|
||||
return 0, nil
|
||||
return total, nil
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue