lntest: lower cpfp fee due to new bitcoind max fee restriction
This commit is contained in:
parent
44fa28b27b
commit
75dbfba4ec
@ -94,7 +94,7 @@ func testCPFP(net *lntest.NetworkHarness, t *harnessTest) {
|
|||||||
}
|
}
|
||||||
bumpFeeReq := &walletrpc.BumpFeeRequest{
|
bumpFeeReq := &walletrpc.BumpFeeRequest{
|
||||||
Outpoint: op,
|
Outpoint: op,
|
||||||
SatPerByte: uint32(sweep.DefaultMaxFeeRate.FeePerKVByte() / 1000),
|
SatPerByte: uint32(sweep.DefaultMaxFeeRate.FeePerKVByte() / 2000),
|
||||||
}
|
}
|
||||||
ctxt, _ = context.WithTimeout(ctxb, defaultTimeout)
|
ctxt, _ = context.WithTimeout(ctxb, defaultTimeout)
|
||||||
_, err = net.Bob.WalletKitClient.BumpFee(ctxt, bumpFeeReq)
|
_, err = net.Bob.WalletKitClient.BumpFee(ctxt, bumpFeeReq)
|
||||||
|
Loading…
Reference in New Issue
Block a user