itest: add new test to check BumpFee and PendingSweeps

This commit is contained in:
yyforyongyu
2024-04-11 16:58:24 +08:00
parent 11a276e222
commit 6f55a7af05
5 changed files with 345 additions and 119 deletions

View File

@@ -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",