You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Instead of having to decrypt the private key and manually save it in the python file, would it be more secure to decrypt the JSON file within the script?
Instead of having to decrypt the private key and manually save it in the python file, would it be more secure to decrypt the JSON file within the script?
Instead of:
Lpt-bond-transfer/LPT-bond-transfer.py
Line 7 in daa43fc
We could decrypt the JSON file after we initialize
w3
here:Lpt-bond-transfer/LPT-bond-transfer.py
Line 116 in daa43fc
and do something like:
The text was updated successfully, but these errors were encountered: