funding: add SIMPLE_TAPROOT case to TestCommitmentTypeFundmaxSanityCheck

This commit is contained in:
Olaoluwa Osuntokun 2023-08-22 14:16:46 -07:00
parent 5f1e0bf772
commit 3f8d33d7ab
No known key found for this signature in database
GPG Key ID: 3BBD59E99B280306

View File

@ -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 {