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
We can actually skip this and consider if it is worth it later, it is an optimization for database size (storing an ID instead of UInt160 as part of the key lookup).
One thing to consider is how it affects raw storage put/get calls. Will it actually be easier to make mistakes by using just an id or not?
The text was updated successfully, but these errors were encountered: