Update remit.ts

This commit is contained in:
Denis Angell
2024-05-10 10:00:01 +02:00
parent 5183289719
commit b449a62c5b

View File

@@ -4,7 +4,7 @@ import { isHex } from '../utils'
import { BaseTransaction, validateBaseTransaction } from './common'
const MAX_URI_LENGTH = 256
const MAX_URI_LENGTH = 512
const DIGEST_LENGTH = 64
const MAX_ARRAY_LENGTH = 32
const MAX_BLOB_LENGTH = 1024