Skip to content

Protocol: Do not propagate operations conditioned by a feature flag

François Thiré requested to merge francois@oru-feature-flag into master

The current feature flag used for ORUs operations only prevent those operations to be applied, but not to be included in a block.

To fix this, we move this check to the precheck_manager_content function.

Merge request reports