Skip to content

Small fix for witness plugin

Andrzej Lisak requested to merge abw_witness_on_post_apply_operation_fix into develop

witness_plugin::on_post_apply_operation was incorrectly bound with add_pre_apply_operation_handler. Instead of following supposed intention (based on name), routine was merged with on_pre_apply_operation to keep behaviour intact. It allowed elimination of one signal reducing number of callbacks for witness plugin.

Other changes: added comment in one place and eliminated tabs in one file edited recently.

Merge request reports