Merge pull request #563 from cosmos/fix-typo

Fix typo in test code
This commit is contained in:
mergify[bot] 2020-12-01 11:06:47 +00:00 committed by GitHub
commit 1988189103
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -163,7 +163,7 @@ describe("SigningStargateClient", () => {
it("works with legacy Amino mode", async () => {
pendingWithoutSimapp();
const wallet = await Secp256k1HdWallet.fromMnemonic(faucet.mnemonic);
const coinTypeUrl = "/cosmos.base.v1beta.Coin";
const coinTypeUrl = "/cosmos.base.v1beta1.Coin";
const msgDelegateTypeUrl = "/cosmos.staking.v1beta1.MsgDelegate";
const registry = new Registry();
registry.register(coinTypeUrl, Coin);