Skip to content

Commit

Permalink
Merge pull request #3704 from Ryun1/stake-reg-comment
Browse files Browse the repository at this point in the history
Add comment on depreciating certs to Conway CDDL
  • Loading branch information
lehins authored Sep 6, 2023
2 parents 16a9090 + fcf225d commit a0db238
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 a0db238

Please sign in to comment.