From ae19067841876514c04630fc7652cdc5d80e0355 Mon Sep 17 00:00:00 2001 From: Gerard097 Date: Mon, 30 Oct 2023 16:14:45 -0600 Subject: [PATCH] Fix importelect action --- src/upvote_election/actions.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/upvote_election/actions.cpp b/src/upvote_election/actions.cpp index 15600ff..b5fb30f 100644 --- a/src/upvote_election/actions.cpp +++ b/src/upvote_election/actions.cpp @@ -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) {