mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-10-11 02:42:52 +02:00
Merge pull request #9724 from bhandras/fundpsbt-custom-input-lock
walletrpc: allow custom lock ID and duration in `FundPsbt`
This commit is contained in:
@@ -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,
|
||||
|
Reference in New Issue
Block a user