File tree Expand file tree Collapse file tree 4 files changed +4
-0
lines changed
testlib/Test/Cardano/Ledger/Shelley Expand file tree Collapse file tree 4 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -261,6 +261,7 @@ protocol_param_update =
261261 , ? 13 : nonce ; extra entropy
262262 , ? 14 : [protocol_version] ; protocol version
263263 , ? 15 : coin ; min utxo value
264+ , ? 16 : coin ; min pool cost
264265 }
265266
266267
Original file line number Diff line number Diff line change @@ -269,6 +269,7 @@ protocol_param_update =
269269 , ? 13 : nonce ; extra entropy
270270 , ? 14 : [protocol_version] ; protocol version
271271 , ? 15 : coin ; min utxo value
272+ , ? 16 : coin ; min pool cost
272273 }
273274
274275
Original file line number Diff line number Diff line change @@ -259,6 +259,7 @@ protocol_param_update =
259259 , ? 13 : nonce ; extra entropy
260260 , ? 14 : [protocol_version] ; protocol version
261261 , ? 15 : coin ; min utxo value
262+ , ? 16 : coin ; min pool cost
262263 }
263264
264265
Original file line number Diff line number Diff line change @@ -276,6 +276,7 @@ protocol_param_update =
276276 , opt (idx 13 ==> nonce) //- " extra entropy"
277277 , opt (idx 14 ==> arr [a $ protocol_version @ era ]) //- " protocol version"
278278 , opt (idx 15 ==> coin) //- " min utxo value"
279+ , opt (idx 16 ==> coin) //- " min pool cost"
279280 ]
280281
281282transaction_witness_set :: Rule
You can’t perform that action at this time.
0 commit comments