Skip to content

Commit

Permalink
Merge pull request #84 from ansmirnov/fix-basic-usage-in-readme
Browse files Browse the repository at this point in the history
Update README.rst
  • Loading branch information
serderovsh committed Feb 1, 2021
2 parents 6040a36 + fa36ffa commit 2da3b70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ Base Example
solidity_node=solidity_node,
event_server=event_server)
account = tron.create_account()
account = tron.create_account
is_valid = bool(tron.trx.is_address(account.address.hex))
logger.debug('Generated account: ')
Expand Down

0 comments on commit 2da3b70

Please sign in to comment.