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 c0e840e commit 45259deCopy full SHA for 45259de
ledger/conway/rules.go
@@ -285,6 +285,8 @@ func UtxoValidateValueNotConservedUtxo(
285
producedValue += uint64(tmpPparams.DRepDeposit)
286
case *common.StakeRegistrationCertificate:
287
producedValue += uint64(tmpPparams.KeyDeposit)
288
+ case *common.StakeRegistrationDelegationCertificate:
289
+ producedValue += uint64(tmpPparams.KeyDeposit)
290
}
291
292
for _, proposal := range tx.ProposalProcedures() {
0 commit comments