Skip to content

Commit

Permalink
remove not used function
Browse files Browse the repository at this point in the history
  • Loading branch information
albertandrejev committed Apr 8, 2024
1 parent 25037fb commit 7fba8ca
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions src/testcases/run_in_band/interchain_kv_query.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -355,18 +355,6 @@ const validateBalanceQuery = async (
);
};

const getCosmosProposalVotesResult = async (
sdkUrl: string,
proposalId: number,
) => {
try {
return (await axios.get(`${sdkUrl}/cosmos/gov/v1beta1/votes/${proposalId}`))
.data;
} catch (e) {
return null;
}
};

const registerProposalVotesQuery = async (
cm: WalletWrapper,
contractAddress: string,
Expand Down

0 comments on commit 7fba8ca

Please # to comment.