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
{{ message }}
This repository has been archived by the owner on Nov 2, 2018. It is now read-only.
We should enforce safety by separating the code into multiple packages.
For example, nothing should ever call any function in verify.go except for AcceptBlock and AcceptTransaction. But they're all available to everyone. If verification was in its own package, there would be additional safety.
This is pretty low priority.
The text was updated successfully, but these errors were encountered:
We should enforce safety by separating the code into multiple packages.
For example, nothing should ever call any function in verify.go except for AcceptBlock and AcceptTransaction. But they're all available to everyone. If verification was in its own package, there would be additional safety.
This is pretty low priority.
The text was updated successfully, but these errors were encountered: