Hakuzaru is unnecessarily strict about ak_ vs ct_ prefixes #10
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This is more of a note for myself, but if you try to pass in a ct_ to a function that expects an arbitrary address, (which can include contracts!) then it complains. Also, if a function returns an address that happens to be a contract, hakuzaru is blind to this, and wraps it up as ak_, even though technically the address binary has enough info to deduce whether it is a contract or an ECDSA account.