Skip to content

Commit 5b5630c

Browse files
fix(ledger): add min pool cost to protocol params (#1220)
Signed-off-by: Chris Gianelloni <[email protected]> Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
1 parent feb2779 commit 5b5630c

File tree

5 files changed

+1381
-34
lines changed

5 files changed

+1381
-34
lines changed

ledger/alonzo/pparams.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -378,5 +378,6 @@ func UpgradePParams(
378378
ProtocolMajor: prevPParams.ProtocolMajor,
379379
ProtocolMinor: prevPParams.ProtocolMinor,
380380
MinUtxoValue: prevPParams.MinUtxoValue,
381+
MinPoolCost: prevPParams.MinPoolCost,
381382
}
382383
}

0 commit comments

Comments
 (0)