mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-09-25 12:51:36 +02:00
Merge pull request #8452 from ProofOfKeags/refactor/contractcourt/naming-consistency
contractcourt: homogenize naming convention
This commit is contained in:
@@ -201,7 +201,7 @@ var (
|
||||
// are numbered differently. The protobuf enum cannot be renumbered
|
||||
// because this would break backwards compatibility with older clients,
|
||||
// and the native enum cannot be renumbered because it is stored in the
|
||||
// watchtower and breacharbiter databases.
|
||||
// watchtower and BreachArbitrator databases.
|
||||
//
|
||||
//nolint:lll
|
||||
allWitnessTypes = map[input.WitnessType]WitnessType{
|
||||
|
Reference in New Issue
Block a user