Skip to content

Commit e27dfaa

Browse files
authored
Update accounts.py
1 parent f1710e9 commit e27dfaa

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

etherscan/accounts.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,11 @@ def get_internal_by_hash(self, tx_hash=''):
152152
Currently not implemented
153153
:return:
154154
"""
155-
pass
155+
self.url_dict[self.TXHASH] = tx_hash
156+
self.url_dict[self.ACTION] = 'txlistinternal'
157+
self.build_url()
158+
req = self.connect()
159+
return req['result']
156160

157161
def update_transactions(self, address, trans):
158162
"""

0 commit comments

Comments
 (0)