We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dad422d commit e120ffcCopy full SHA for e120ffc
staticaddr/loopin/actions.go
@@ -43,12 +43,6 @@ var (
43
// amount.
44
ErrFeeTooHigh = errors.New("server htlc tx fee is higher than the " +
45
"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")
52
)
53
54
// InitHtlcAction is executed if all loop-in information has been validated. We
0 commit comments