Skip to content
New issue

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

flamenco: fix improper usages of instr borrowed account view #3759

Merged
merged 1 commit into from
Dec 19, 2024

Conversation

mjain-jump
Copy link
Contributor

fd_instr_borrowed_account_view() checks for account existence with fd_acc_exists()which is not correct. Additionally, a borrowed account's meta will never be null (fd_executor_setup_borrowed_accounts_for_txn() will always set up a sentinel value for the metadata)

@mjain-jump mjain-jump added this pull request to the merge queue Dec 19, 2024
Merged via the queue into main with commit 61ba5f1 Dec 19, 2024
11 checks passed
@mjain-jump mjain-jump deleted the mjain/qol-fixes branch December 19, 2024 23:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants