itest: simple taproot channel status

This commit is contained in:
Slyghtning
2023-10-10 19:54:26 +02:00
committed by Olaoluwa Osuntokun
parent 20e731b636
commit 12f23d2352
2 changed files with 58 additions and 0 deletions

View File

@ -462,6 +462,10 @@ var allTestCases = []*lntest.TestCase{
Name: "taproot",
TestFunc: testTaproot,
},
{
Name: "simple taproot channel activation",
TestFunc: testSimpleTaprootChannelActivation,
},
{
Name: "wallet import account",
TestFunc: testWalletImportAccount,