diff --git a/ledger/common/certs.go b/ledger/common/certs.go index 04b308d4..bfe53486 100644 --- a/ledger/common/certs.go +++ b/ledger/common/certs.go @@ -258,9 +258,9 @@ func (c *StakeDelegationCertificate) Type() uint { } type ( - PoolKeyHash Blake2b224 - PoolMetadataHash Blake2b256 - VrfKeyHash Blake2b256 + PoolKeyHash = Blake2b224 + PoolMetadataHash = Blake2b256 + VrfKeyHash = Blake2b256 ) type PoolMetadata struct {