Skip to content

Commit

Permalink
resolve merge conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
linh2931 committed Jan 16, 2024
1 parent efa2cdd commit d05cb02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/chain/controller.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2984,7 +2984,7 @@ struct controller_impl {

// A vote is created and signed by each finalizer configured on the node that
// in active finalizer policy
for (const auto& f: bhs.finalizer_policy->finalizers) {
for (const auto& f: bhs.active_finalizer_policy->finalizers) {
auto it = node_finalizer_keys.find( f.public_key );
if( it != node_finalizer_keys.end() ) {
const auto& private_key = it->second;
Expand Down

0 comments on commit d05cb02

Please sign in to comment.