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 7e5efe0 commit 7afed68Copy full SHA for 7afed68
ledger/conway/rules.go
@@ -279,6 +279,8 @@ func UtxoValidateValueNotConservedUtxo(
279
}
280
case *common.RegistrationCertificate:
281
producedValue += uint64(tmpPparams.KeyDeposit)
282
+ case *common.RegistrationDrepCertificate:
283
+ producedValue += uint64(tmpPparams.DRepDeposit)
284
case *common.StakeRegistrationCertificate:
285
286
0 commit comments