Skip to content

Commit e120ffc

Browse files
committed
staticaddr: remove unused ErrBackupFeeTooHigh
1 parent dad422d commit e120ffc

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

staticaddr/loopin/actions.go

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -43,12 +43,6 @@ var (
4343
// amount.
4444
ErrFeeTooHigh = errors.New("server htlc tx fee is higher than the " +
4545
"configured allowed maximum")
46-
47-
// ErrBackupFeeTooHigh is returned if the server sets a fee rate for the
48-
// htlc backup tx that is too high. We prevent here against a low htlc
49-
// timeout sweep amount.
50-
ErrBackupFeeTooHigh = errors.New("server htlc backup tx fee is " +
51-
"higher than the configured allowed maximum")
5246
)
5347

5448
// InitHtlcAction is executed if all loop-in information has been validated. We

0 commit comments

Comments
 (0)