nano-node icon indicating copy to clipboard operation
nano-node copied to clipboard

Remove `confirmation_solicitor & election` circular dependency

Open pwojcikdev opened this issue 2 years ago • 0 comments

confirmation_solicitor was accessing election variables under implicit mutex because it was called from inside one of the election methods. It was a bit hard to reason about, and prevented better encapsulation of election class. This PR cleans this part up.

pwojcikdev avatar Aug 22 '22 16:08 pwojcikdev