Skip to content

Commit

Permalink
fix: remove class MsgCancelUnbond not used
Browse files Browse the repository at this point in the history
  • Loading branch information
fibonacci998 committed May 18, 2024
1 parent 9d21d7a commit 81fb27c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/stargate/src/signingstargateclient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ import { assert, assertDefined } from "@cosmjs/utils";
import { Coin } from "cosmjs-types/cosmos/base/v1beta1/coin";
import { MsgWithdrawDelegatorReward } from "cosmjs-types/cosmos/distribution/v1beta1/tx";
import {
MsgCancelUnbondingDelegation,
MsgDelegate,
MsgUndelegate,
} from "cosmjs-types/cosmos/staking/v1beta1/tx";
Expand All @@ -36,7 +35,6 @@ import {
govTypes,
groupTypes,
ibcTypes,
MsgCancelUnbondingDelegationEncodeObject,
MsgDelegateEncodeObject,
MsgSendEncodeObject,
MsgTransferEncodeObject,
Expand Down

0 comments on commit 81fb27c

Please sign in to comment.