diff --git a/README.rst b/README.rst index e217f9c..9777fb1 100644 --- a/README.rst +++ b/README.rst @@ -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: ')