This repository has been archived by the owner on Nov 15, 2023. It is now read-only.
filter_multi_dispute_data
should use with_transaction
#4055
Labels
I8-refactor
Code needs refactoring.
https://crates.parity.io/frame_support/storage/fn.with_transaction.html
filter_multi_dispute_data
updates storage, which means that the state after calling it is not fresh. It should instead run within a storage transaction whose result is rolled back after completion.The text was updated successfully, but these errors were encountered: