Merge pull request #9724 from bhandras/fundpsbt-custom-input-lock

walletrpc: allow custom lock ID and duration in `FundPsbt`
This commit is contained in:
András Bánki-Horváth
2025-04-17 17:31:48 +02:00
committed by GitHub
11 changed files with 545 additions and 319 deletions

View File

@@ -273,6 +273,10 @@ var allTestCases = []*lntest.TestCase{
Name: "fund psbt",
TestFunc: testFundPsbt,
},
{
Name: "fund psbt custom lock",
TestFunc: testFundPsbtCustomLock,
},
{
Name: "resolution handoff",
TestFunc: testResHandoff,