Page MenuHomePhabricator

[avalanche] Make IsWorthPolling a private method of the processor
ClosedPublic

Authored by Fabien on Jun 20 2022, 08:18.

Details

Summary

This is in preparation for adding a similar method for proofs that will need to access the processor internals. Using a private method for the blocks will allow for calling it in lambda for both blocks and proofs and so share the code. There is no change in behavior. Extracted from D11630.

Depends on D11640.

Test Plan
ninja all check-all

Diff Detail

Repository
rABC Bitcoin ABC
Lint
Lint Not Applicable
Unit
Tests Not Applicable