Merge pull request #777 from vilsbole/main

Replace relative import
This commit is contained in:
Simon Warta 2021-04-26 09:18:18 +02:00 committed by GitHub
commit cb8c268784
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,9 +1,8 @@
import { StdFee } from "@cosmjs/amino";
import { MultisigThresholdPubkey, pubkeyToAddress, StdFee } from "@cosmjs/amino";
import { Bech32 } from "@cosmjs/encoding";
import { encodePubkey } from "@cosmjs/proto-signing";
import Long from "long";
import { MultisigThresholdPubkey, pubkeyToAddress } from "../../amino/build";
import { CompactBitArray, MultiSignature } from "./codec/cosmos/crypto/multisig/v1beta1/multisig";
import { SignMode } from "./codec/cosmos/tx/signing/v1beta1/signing";
import { AuthInfo, SignerInfo } from "./codec/cosmos/tx/v1beta1/tx";