Skip to content

Commit

Permalink
Merge pull request #551 from input-output-hk/fix/compile-error-in-key…
Browse files Browse the repository at this point in the history
…-management-package

fix(key-management): compile error in `key-management` package
  • Loading branch information
Ivaylo Andonov committed Dec 1, 2022
2 parents 3760404 + aeface7 commit c5a5339
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ describe('KeyManagement.util.ownSignaturePaths', () => {
certificates: [
{
__typename: Cardano.CertificateType.PoolRetirement,
epoch: 40,
epoch: Cardano.EpochNo(40),
poolId: Cardano.PoolId.fromKeyHash(ownStakeKeyHash)
}
],
Expand Down

0 comments on commit c5a5339

Please sign in to comment.