Skip to content

Commit

Permalink
Problem: dead code not removed (#138)
Browse files Browse the repository at this point in the history
  • Loading branch information
yihuang authored Jul 24, 2024
1 parent 78d534c commit ef603d0
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions pystarport/cosmoscli.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {
Expand Down

0 comments on commit ef603d0

Please sign in to comment.