Merge pull request #493 from cosmos/fix-import-order

Fix import order
This commit is contained in:
Will Clark 2020-10-28 15:26:43 +01:00 committed by GitHub
commit 0424712296
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,5 @@
import { StdSignDoc } from "./encoding";
import { AccountData, OfflineSigner, AminoSignResponse } from "./signer";
import { AccountData, AminoSignResponse, OfflineSigner } from "./signer";
/**
* A wallet that holds a single secp256k1 keypair.
*