mirror of
https://github.com/lightninglabs/loop.git
synced 2026-08-13 12:33:03 +02:00
sweepbatcher: fix typos in annotations of methods
This commit is contained in:
parent
dc5d0fe30c
commit
6def712dfe
2 changed files with 2 additions and 2 deletions
|
|
@ -38,7 +38,7 @@ type BaseDB interface {
|
|||
GetSwapUpdates(ctx context.Context, swapHash []byte) (
|
||||
[]sqlc.SwapUpdate, error)
|
||||
|
||||
// FetchUnconfirmedSweepBatches fetches all the batches from the
|
||||
// GetUnconfirmedBatches fetches all the batches from the
|
||||
// database that are not in a confirmed state.
|
||||
GetUnconfirmedBatches(ctx context.Context) ([]sqlc.SweepBatch, error)
|
||||
|
||||
|
|
|
|||
|
|
@ -23,7 +23,7 @@ func NewStoreMock() *StoreMock {
|
|||
}
|
||||
}
|
||||
|
||||
// FetchUnconfirmedBatches fetches all the loop out sweep batches from the
|
||||
// FetchUnconfirmedSweepBatches fetches all the loop out sweep batches from the
|
||||
// database that are not in a confirmed state.
|
||||
func (s *StoreMock) FetchUnconfirmedSweepBatches(ctx context.Context) (
|
||||
[]*dbBatch, error) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue