Skip to content

Commit

Permalink
Merge pull request #2 from iam-agf/master
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
Chihuahua authored Sep 6, 2022
2 parents e6f83f9 + 5a52215 commit 79af8d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ chihuahua = CosmicWrap(lcd='https://api.chihuahua.wtf',
my_address = 'chihuahua1z6rfp8wzsx87pwt3z73gf2a67d6tgmfrrlzy7p'

# Let's create a variable with your balance
my_address_balance = chihuahua.query_balance(my_address)
my_address_balance = chihuahua.query_balances(my_address)

# or just print it out
print(my_address_balance)
Expand Down

0 comments on commit 79af8d9

Please sign in to comment.