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 194a33b commit d6f3ddbCopy full SHA for d6f3ddb
ledger/conway/rules.go
@@ -256,6 +256,8 @@ func UtxoValidateValueNotConservedUtxo(
256
switch cert.(type) {
257
case *common.DeregistrationCertificate:
258
consumedValue += uint64(tmpPparams.KeyDeposit)
259
+ case *common.DeregistrationDrepCertificate:
260
+ consumedValue += uint64(tmpPparams.DRepDeposit)
261
case *common.StakeDeregistrationCertificate:
262
263
}
0 commit comments