mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-09-28 10:57:01 +02:00
lntest: lower cpfp fee due to new bitcoind max fee restriction
This commit is contained in:
@@ -94,7 +94,7 @@ func testCPFP(net *lntest.NetworkHarness, t *harnessTest) {
|
||||
}
|
||||
bumpFeeReq := &walletrpc.BumpFeeRequest{
|
||||
Outpoint: op,
|
||||
SatPerByte: uint32(sweep.DefaultMaxFeeRate.FeePerKVByte() / 1000),
|
||||
SatPerByte: uint32(sweep.DefaultMaxFeeRate.FeePerKVByte() / 2000),
|
||||
}
|
||||
ctxt, _ = context.WithTimeout(ctxb, defaultTimeout)
|
||||
_, err = net.Bob.WalletKitClient.BumpFee(ctxt, bumpFeeReq)
|
||||
|
Reference in New Issue
Block a user