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
get_final_and_active_data_entry
let lock = self.execution_state.read(); let mut result = Vec::with_capacity(input.len());
Swap the order of those 2 lines to minimize lock duration.
Originally posted by @damip in #3489 (comment)
The text was updated successfully, but these errors were encountered:
not urgent, can be done for testnet 21
Sorry, something went wrong.
AurelienFT
No branches or pull requests
Swap the order of those 2 lines to minimize lock duration.
Originally posted by @damip in #3489 (comment)
The text was updated successfully, but these errors were encountered: