mirror of
https://github.com/lightninglabs/loop.git
synced 2026-08-17 13:06:51 +02:00
loopdb: remove unused method ConfirmBatch
This commit is contained in:
parent
72caafa14e
commit
1794aa21e5
6 changed files with 0 additions and 50 deletions
|
|
@ -13,7 +13,6 @@ type Querier interface {
|
|||
AllDeposits(ctx context.Context) ([]Deposit, error)
|
||||
AllStaticAddresses(ctx context.Context) ([]StaticAddress, error)
|
||||
CancelBatch(ctx context.Context, id int32) error
|
||||
ConfirmBatch(ctx context.Context, id int32) error
|
||||
CreateDeposit(ctx context.Context, arg CreateDepositParams) error
|
||||
CreateReservation(ctx context.Context, arg CreateReservationParams) error
|
||||
CreateStaticAddress(ctx context.Context, arg CreateStaticAddressParams) error
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue