Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit eccf532

Browse files
author
Kotsias, Panagiotis-Christos
committed
Removed warning for now
1 parent f95b403 commit eccf532

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

etherscan/utils/parsing.py

-2
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@ def parse(response: requests.Response):
99
if "status" in content.keys():
1010
status = bool(int(content["status"]))
1111
message = content["message"]
12-
# if not status:
13-
# warnings.warn(f"{result} -- {message}")
1412
assert status, f"{result} -- {message}"
1513
else:
1614
# GETH or Parity proxy msg format

0 commit comments

Comments
 (0)