We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49d088e commit ca6f76eCopy full SHA for ca6f76e
ledger/conway/pparams.go
@@ -390,7 +390,7 @@ func (u *ConwayProtocolParameterUpdate) UnmarshalCBOR(cborData []byte) error {
390
}
391
392
func (u ConwayProtocolParameterUpdate) ToPlutusData() data.PlutusData {
393
- tmpPairs := make([][2]data.PlutusData, 0, 30)
+ tmpPairs := make([][2]data.PlutusData, 0, 33)
394
push := func(idx int, pd data.PlutusData) {
395
tmpPairs = append(
396
tmpPairs,
0 commit comments