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 af327e0 commit 4d8cdd2Copy full SHA for 4d8cdd2
ledger/conway/rules.go
@@ -289,6 +289,8 @@ func UtxoValidateValueNotConservedUtxo(
289
producedValue += uint64(tmpPparams.KeyDeposit)
290
case *common.StakeVoteRegistrationDelegationCertificate:
291
292
+ case *common.VoteRegistrationDelegationCertificate:
293
+ producedValue += uint64(tmpPparams.KeyDeposit)
294
}
295
296
for _, proposal := range tx.ProposalProcedures() {
0 commit comments