Skip to content

Commit

Permalink
added comment to Conway CDDL
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan Williams authored and lehins committed Sep 6, 2023
1 parent 16a9090 commit fcf225d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions eras/conway/test-suite/cddl-files/conway.cddl
Original file line number Diff line number Diff line change
Expand Up @@ -286,8 +286,8 @@ certificate =
// update_drep_cert
]

stake_registration = (0, stake_credential)
stake_deregistration = (1, stake_credential)
stake_registration = (0, stake_credential) ; to be deprecated in era after Conway
stake_deregistration = (1, stake_credential) ; to be deprecated in era after Conway
stake_delegation = (2, stake_credential, pool_keyhash)

; POOL
Expand Down

0 comments on commit fcf225d

Please sign in to comment.