mirror of
https://github.com/lightninglabs/loop
synced 2024-11-08 01:10:29 +00:00
sweepbatcher: fix typos in annotations of methods
This commit is contained in:
parent
dc5d0fe30c
commit
6def712dfe
@ -38,7 +38,7 @@ type BaseDB interface {
|
|||||||
GetSwapUpdates(ctx context.Context, swapHash []byte) (
|
GetSwapUpdates(ctx context.Context, swapHash []byte) (
|
||||||
[]sqlc.SwapUpdate, error)
|
[]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.
|
// database that are not in a confirmed state.
|
||||||
GetUnconfirmedBatches(ctx context.Context) ([]sqlc.SweepBatch, error)
|
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.
|
// database that are not in a confirmed state.
|
||||||
func (s *StoreMock) FetchUnconfirmedSweepBatches(ctx context.Context) (
|
func (s *StoreMock) FetchUnconfirmedSweepBatches(ctx context.Context) (
|
||||||
[]*dbBatch, error) {
|
[]*dbBatch, error) {
|
||||||
|
Loading…
Reference in New Issue
Block a user