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
Simplify the logical process in which a transaction is created (in file txhelpers.py)
Rationale
The logical process in which a transaction is created (in file txhelpers.py) is way too complicated and way too obfuscated, consisting of a ton of try/except and if/else clauses entangled with each other, making it impossible to figure out what's going on behind the scenes
The text was updated successfully, but these errors were encountered:
Enhancement Description
txhelpers.py
)Rationale
txhelpers.py
) is way too complicated and way too obfuscated, consisting of a ton of try/except and if/else clauses entangled with each other, making it impossible to figure out what's going on behind the scenesThe text was updated successfully, but these errors were encountered: