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 {
786
786
cbor.DecodeStoreCbor
787
787
CertType uint
788
788
StakeCredential Credential
789
- PoolKeyHash [] byte
789
+ PoolKeyHash PoolKeyHash
790
790
Drep Drep
791
791
Amount int64
792
792
}
Original file line number Diff line number Diff line change @@ -287,6 +287,8 @@ func UtxoValidateValueNotConservedUtxo(
287
287
producedValue += uint64 (tmpPparams .KeyDeposit )
288
288
case * common.StakeRegistrationDelegationCertificate :
289
289
producedValue += uint64 (tmpPparams .KeyDeposit )
290
+ case * common.StakeVoteRegistrationDelegationCertificate :
291
+ producedValue += uint64 (tmpPparams .KeyDeposit )
290
292
}
291
293
}
292
294
for _ , proposal := range tx .ProposalProcedures () {
You can’t perform that action at this time.
0 commit comments