diff --git a/pystarport/cosmoscli.py b/pystarport/cosmoscli.py index 5d06a29..b3a6d18 100644 --- a/pystarport/cosmoscli.py +++ b/pystarport/cosmoscli.py @@ -1257,12 +1257,6 @@ def ibc_query_channels(self, connid, **kwargs): ) ) - def ica_subcommand(self, *args, **kwargs): - if self.has_icaauth_subcommand: - return self.raw("tx", *args, **kwargs) - else: - return self.raw(*args, **kwargs) - def ica_register_account(self, connid, event_query_tx=True, **kwargs): "execute on host chain to attach an account to the connection" default_kwargs = {