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
Right now, the Address constructor is not very usable as it takes a phash as input. Perhaps we can check the input argument length and delegate to from_string or from_hex. This should not be recommended for production code, but could be useful (and more pythonic) for quick scripts.
Right now, the
Address
constructor is not very usable as it takes aphash
as input. Perhaps we can check the input argument length and delegate tofrom_string
orfrom_hex
. This should not be recommended for production code, but could be useful (and more pythonic) for quick scripts.What do you think, @slezica?
The text was updated successfully, but these errors were encountered: