xahau-functionality

This commit is contained in:
Denis Angell
2025-03-14 11:40:44 +01:00
parent aae7e315e8
commit 8b21c9adf6
96 changed files with 3375 additions and 1633 deletions

View File

@@ -106,12 +106,12 @@ describe('PaymentChannelCreate', function () {
assert.throws(
() => validatePaymentChannelCreate(channel),
ValidationError,
'PaymentChannelCreate: Amount must be a string',
'PaymentChannelCreate: Amount must be an Amount',
)
assert.throws(
() => validate(channel),
ValidationError,
'PaymentChannelCreate: Amount must be a string',
'PaymentChannelCreate: Amount must be an Amount',
)
})