Skip to content

Commit

Permalink
Suppress staticcheck warnings about unused functions
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasz-zimnoch committed Nov 24, 2023
1 parent ef27aea commit c91636c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkg/tbtc/coordination.go
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ func watchCoordinationWindows(
// executed for the given wallet in the given coordination window.
type coordinationResult struct {
actionType WalletActionType
//lint:ignore U1000 This function will be used in the future.
proposal interface{}
}

Expand Down Expand Up @@ -142,6 +143,7 @@ func newCoordinationExecutor(
}
}

//lint:ignore U1000 This function will be used in the future.
// wallet returns the wallet this executor is responsible for.
func (ce *coordinationExecutor) wallet() wallet {
// All signers belong to one wallet. Take that wallet from the
Expand Down

0 comments on commit c91636c

Please sign in to comment.