stargate: Fix typo in test code

This commit is contained in:
willclarktech 2020-12-01 10:55:54 +00:00
parent dec867e0fc
commit e443460c1d
No known key found for this signature in database
GPG Key ID: 551A86E2E398ADF7

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);