Skip to content

Commit e836ea2

Browse files
committed
Fix cddl generation
1 parent 11948f6 commit e836ea2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

eras/allegra/impl/cddl-files/allegra.cddl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,6 @@ pool_keyhash = hash28
166166

167167
pool_registration_cert = (3, pool_params)
168168

169-
; Pool parameters for stake pool registration
170169
pool_params =
171170
( operator : pool_keyhash
172171
, vrf_keyhash : vrf_keyhash
@@ -293,6 +292,8 @@ transaction_witness_set =
293292
vkeywitness = [vkey, signature]
294293

295294
; Allegra introduces timelock support for native scripts.
295+
; This is the 6-variant native script format used by
296+
; Allegra, Mary, Alonzo, Babbage, and Conway.
296297
;
297298
; Timelock validity intervals are half-open intervals [a, b).
298299
; script_invalid_before: specifies the left (included) endpoint a.

eras/shelley/impl/cddl-files/shelley.cddl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,6 @@ pool_keyhash = hash28
164164

165165
pool_registration_cert = (3, pool_params)
166166

167-
; Pool parameters for stake pool registration
168167
pool_params =
169168
( operator : pool_keyhash
170169
, vrf_keyhash : vrf_keyhash

0 commit comments

Comments
 (0)