Skip to content

Commit

Permalink
Fix broken src import in dist build (#138)
Browse files Browse the repository at this point in the history
Signed-off-by: Sam Hellawell <[email protected]>
  • Loading branch information
cykoder authored Oct 4, 2023
1 parent 4cbc378 commit 16de07e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/credentials/status/on-chain-revocation.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import { DID, Id } from '@iden3/js-iden3-core';
import { VerifiableConstants } from '../../verifiable/constants';
import { isGenesisState } from './utils';
import { newHashFromHex } from '@iden3/js-merkletree';
import { EthStateStorage } from '../../../src/storage/blockchain/state';
import { EthStateStorage } from '../../storage/blockchain/state';
import { getChainId } from '../../storage/blockchain';
import { IStateStorage, IOnchainRevocationStore } from '../../storage';
/**
Expand Down

0 comments on commit 16de07e

Please sign in to comment.