Skip to content

Commit

Permalink
bugfix - set seed on upcoming election
Browse files Browse the repository at this point in the history
  • Loading branch information
n13 committed Oct 10, 2023
1 parent 3c23dc4 commit e5531f9
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 @@ -990,7 +990,7 @@ namespace hypha {
void dao::uesubmitseed(uint64_t dao_id, eosio::checksum256 seed, name account) {
eosio::require_auth(account);

auto edge = Edge::get(get_self(), dao_id, upvote_common::links::ELECTION);
auto edge = Edge::get(get_self(), dao_id, upvote_common::links::UPCOMING_ELECTION);

auto electionId = edge.getToNode();

Expand Down

0 comments on commit e5531f9

Please sign in to comment.