Skip to content

Commit eb65ce0

Browse files
committed
Fix wrong import
1 parent 7663629 commit eb65ce0

File tree

1 file changed

+3
-3
lines changed
  • src/core/ibc/msgs/client/tendermint

1 file changed

+3
-3
lines changed

src/core/ibc/msgs/client/tendermint/types.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@ import {
55
PartSetHeader as PartSetHeader_pb,
66
Commit as Commit_pb,
77
CommitSig as CommitSig_pb,
8-
BlockIDFlag,
9-
blockIDFlagFromJSON,
10-
blockIDFlagToJSON,
118
} from '@initia/initia.proto/tendermint/types/types';
129
import {
1310
Validator as Validator_pb,
1411
ValidatorSet as ValidatorSet_pb,
12+
BlockIDFlag,
13+
blockIDFlagFromJSON,
14+
blockIDFlagToJSON,
1515
} from '@initia/initia.proto/tendermint/types/validator';
1616

1717
import Long from 'long';

0 commit comments

Comments
 (0)