Skip to content

Commit

Permalink
rephrase additional path handling and add check for arrayness
Browse files Browse the repository at this point in the history
  • Loading branch information
mkv-vcm committed Nov 22, 2021
1 parent 63410eb commit e1dcf88
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/errors/invalidDataReason.ts
Expand Up @@ -188,6 +188,8 @@ export enum InvalidDataReason {
SIGN_MODE_PLUTUS__POOL_REGISTRATION_NOT_ALLOWED =
"pool registration is not allowed in TransactionSigningMode.PLUTUS_TRANSACTION",

ADDITIONAL_WITNESSES_NOT_ARRAY = "additional witnesses not an array",

OPERATIONAL_CERTIFICATE_INVALID_KES_KEY =
"invalid operational certificate kes key",
OPERATIONAL_CERTIFICATE_INVALID_KES_PERIOD =
Expand Down

0 comments on commit e1dcf88

Please sign in to comment.