Skip to content

Commit

Permalink
fix(key-management): compile error in test file
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivaylo Andonov committed Dec 1, 2022
1 parent 3760404 commit aeface7
Showing 1 changed file with 1 addition and 1 deletion.
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 aeface7

Please sign in to comment.