mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-08-30 07:35:07 +02:00
watchtower/multi: use sane sweep fee rate in unit tests
This commit is contained in:
@@ -97,7 +97,8 @@ func TestLookoutBreachMatching(t *testing.T) {
|
||||
ID: makeArray33(1),
|
||||
Policy: wtpolicy.Policy{
|
||||
TxPolicy: wtpolicy.TxPolicy{
|
||||
BlobType: rewardAndCommitType,
|
||||
BlobType: rewardAndCommitType,
|
||||
SweepFeeRate: wtpolicy.DefaultSweepFeeRate,
|
||||
},
|
||||
MaxUpdates: 10,
|
||||
},
|
||||
@@ -107,7 +108,8 @@ func TestLookoutBreachMatching(t *testing.T) {
|
||||
ID: makeArray33(2),
|
||||
Policy: wtpolicy.Policy{
|
||||
TxPolicy: wtpolicy.TxPolicy{
|
||||
BlobType: rewardAndCommitType,
|
||||
BlobType: rewardAndCommitType,
|
||||
SweepFeeRate: wtpolicy.DefaultSweepFeeRate,
|
||||
},
|
||||
MaxUpdates: 10,
|
||||
},
|
||||
|
Reference in New Issue
Block a user