mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-08-28 06:32:18 +02:00
itest: add new test to check BumpFee
and PendingSweeps
This commit is contained in:
@@ -114,10 +114,10 @@ func testRemoteSigner(ht *lntest.HarnessTest) {
|
||||
runDeriveSharedKey(tt, wo)
|
||||
},
|
||||
}, {
|
||||
name: "cpfp",
|
||||
name: "bumpfee",
|
||||
sendCoins: true,
|
||||
fn: func(tt *lntest.HarnessTest, wo, carol *node.HarnessNode) {
|
||||
runCPFP(tt, wo, carol)
|
||||
runBumpFee(tt, wo)
|
||||
},
|
||||
}, {
|
||||
name: "psbt",
|
||||
|
Reference in New Issue
Block a user