Skip to content

Commit

Permalink
Fix wrong import
Browse files Browse the repository at this point in the history
  • Loading branch information
joon9823 committed Jan 5, 2024
1 parent 7663629 commit eb65ce0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/core/ibc/msgs/client/tendermint/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ import {
PartSetHeader as PartSetHeader_pb,
Commit as Commit_pb,
CommitSig as CommitSig_pb,
BlockIDFlag,
blockIDFlagFromJSON,
blockIDFlagToJSON,
} from '@initia/initia.proto/tendermint/types/types';
import {
Validator as Validator_pb,
ValidatorSet as ValidatorSet_pb,
BlockIDFlag,
blockIDFlagFromJSON,
blockIDFlagToJSON,
} from '@initia/initia.proto/tendermint/types/validator';

import Long from 'long';
Expand Down

0 comments on commit eb65ce0

Please sign in to comment.