We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
token_owner
The token_owner data structure is not needed anywhere. Furthermore is currently storing the same data value twice (check https://github.com/CirclesUBI/pathfinder2/blob/feature/server_only/src/io.rs#L60). Also, is not necessary in the edges db computation because the value contained in token_owner is already present in the Safe data structure as well as the Balance (check https://github.com/CirclesUBI/pathfinder2/blob/feature/server_only/src/safe_db/db.rs#L8).
Safe
Balance
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The
token_owner
data structure is not needed anywhere. Furthermore is currently storing the same data value twice (check https://github.com/CirclesUBI/pathfinder2/blob/feature/server_only/src/io.rs#L60). Also, is not necessary in the edges db computation because the value contained intoken_owner
is already present in theSafe
data structure as well as theBalance
(check https://github.com/CirclesUBI/pathfinder2/blob/feature/server_only/src/safe_db/db.rs#L8).The text was updated successfully, but these errors were encountered: