Skip to content

Commit

Permalink
keep origin
Browse files Browse the repository at this point in the history
  • Loading branch information
mmsqe committed Apr 13, 2024
1 parent d05e010 commit df58f75
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions pystarport/cosmoscli.py
Original file line number Diff line number Diff line change
Expand Up @@ -211,13 +211,7 @@ def block_time(self):
def balances(self, addr, height=0):
return json.loads(
self.raw(
"query",
"bank",
"balances",
addr,
height=height,
output="json",
home=self.data_dir,
"query", "bank", "balances", addr, height=height, home=self.data_dir
)
)["balances"]

Expand Down

0 comments on commit df58f75

Please sign in to comment.