mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-01-19 05:45:21 +01:00
funding: add SIMPLE_TAPROOT case to TestCommitmentTypeFundmaxSanityCheck
This commit is contained in:
parent
5f1e0bf772
commit
3f8d33d7ab
@ -4632,6 +4632,7 @@ func TestCommitmentTypeFundmaxSanityCheck(t *testing.T) {
|
||||
"STATIC_REMOTE_KEY": 2,
|
||||
"ANCHORS": 3,
|
||||
"SCRIPT_ENFORCED_LEASE": 4,
|
||||
"SIMPLE_TAPROOT": 5,
|
||||
}
|
||||
|
||||
for commitmentType := range lnrpc.CommitmentType_value {
|
||||
|
Loading…
Reference in New Issue
Block a user