Skip to content

Commit

Permalink
Fix importelect action
Browse files Browse the repository at this point in the history
  • Loading branch information
Gerard097 committed Oct 30, 2023
1 parent 7caf001 commit ae19067
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/upvote_election/actions.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -565,7 +565,7 @@ namespace hypha {
}, state);

//Send election id as 0 meaning that election was done outside
assignDelegateBadges(*this, dao_id, 0, chiefs, head, false, &trx);
assignDelegateBadges(*this, dao_id, 0, chiefs, *head, &trx);

//Trigger all cleanup and propose actions
if (deferred) {
Expand Down

0 comments on commit ae19067

Please sign in to comment.