diff --git a/packages/xahau/src/models/transactions/transaction.ts b/packages/xahau/src/models/transactions/transaction.ts index 97767f92..a3291a0d 100644 --- a/packages/xahau/src/models/transactions/transaction.ts +++ b/packages/xahau/src/models/transactions/transaction.ts @@ -327,6 +327,7 @@ export function validate(transaction: Record): void { default: throw new ValidationError( + // eslint-disable-next-line max-lines -- allowed here `Invalid field TransactionType: ${tx.TransactionType}`, ) }