Skip to content

Remove `mut self` in rpc blockchain

Created by: dagurval

Adding a mutex around the subscription lists allows for remove of use of mutable self references.

Test plan

cargo test && ./contrib/run_functional_tests.sh

Merge request reports