We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1f6b67 commit c5614a9Copy full SHA for c5614a9
tronapi/event.py
@@ -81,5 +81,4 @@ def get_event_transaction_id(self, tx_id):
81
raise TronError('No event server configured')
82
83
response = self.event_server.request('/event/transaction/' + tx_id)
84
-
85
return response
0 commit comments