mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-09-19 12:01:27 +02:00
sweep+itest: change MaxFeeRate
to use SatPerVbyte
This commit is contained in:
committed by
Olaoluwa Osuntokun
parent
bea0ffdf81
commit
258fe7999b
@@ -230,10 +230,8 @@ func runCPFP(ht *lntest.HarnessTest, alice, bob *node.HarnessNode) {
|
||||
// We'll attempt to bump the fee of this transaction by performing a
|
||||
// CPFP from Alice's point of view.
|
||||
bumpFeeReq := &walletrpc.BumpFeeRequest{
|
||||
Outpoint: op,
|
||||
SatPerVbyte: uint64(
|
||||
sweep.DefaultMaxFeeRate.FeePerKVByte() / 2000,
|
||||
),
|
||||
Outpoint: op,
|
||||
SatPerVbyte: uint64(sweep.DefaultMaxFeeRate),
|
||||
}
|
||||
bob.RPC.BumpFee(bumpFeeReq)
|
||||
|
||||
|
Reference in New Issue
Block a user