File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -786,7 +786,7 @@ type StakeVoteRegistrationDelegationCertificate struct {
786786 cbor.DecodeStoreCbor
787787 CertType uint
788788 StakeCredential Credential
789- PoolKeyHash [] byte
789+ PoolKeyHash PoolKeyHash
790790 Drep Drep
791791 Amount int64
792792}
Original file line number Diff line number Diff line change @@ -287,6 +287,8 @@ func UtxoValidateValueNotConservedUtxo(
287287 producedValue += uint64 (tmpPparams .KeyDeposit )
288288 case * common.StakeRegistrationDelegationCertificate :
289289 producedValue += uint64 (tmpPparams .KeyDeposit )
290+ case * common.StakeVoteRegistrationDelegationCertificate :
291+ producedValue += uint64 (tmpPparams .KeyDeposit )
290292 }
291293 }
292294 for _ , proposal := range tx .ProposalProcedures () {
You can’t perform that action at this time.
0 commit comments