mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-01-19 05:45:21 +01:00
chanbackup: test encoding of taproot channel
This commit is contained in:
parent
a1aec88268
commit
e04aaa0de0
@ -250,6 +250,13 @@ func TestSinglePackUnpack(t *testing.T) {
|
||||
valid: true,
|
||||
},
|
||||
|
||||
// The new taproot channel lease version should
|
||||
// pack/unpack with no problem.
|
||||
{
|
||||
version: SimpleTaprootVersion,
|
||||
valid: true,
|
||||
},
|
||||
|
||||
// A non-default version, atm this should result in a failure.
|
||||
{
|
||||
version: 99,
|
||||
|
Loading…
Reference in New Issue
Block a user