From 273f68bff487a336f21a91b9e6a03e04aa150d11 Mon Sep 17 00:00:00 2001 From: Ed Rotthoff Date: Mon, 24 Jul 2023 10:31:18 -0600 Subject: [PATCH] BD-2317 fix BD-2317 fix --- contracts/fio.system/src/voting.cpp | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/contracts/fio.system/src/voting.cpp b/contracts/fio.system/src/voting.cpp index f62c09fd..bb8530b4 100755 --- a/contracts/fio.system/src/voting.cpp +++ b/contracts/fio.system/src/voting.cpp @@ -1054,6 +1054,11 @@ namespace eosiosystem { processrewardsnotpid(reg_amount, get_self()); //end new fees, logic for Mandatory fees. + INLINE_ACTION_SENDER(eosiosystem::system_contract, updatepower) + ("eosio"_n, {{_self, "active"_n}}, + {actor, false} + ); + const string response_string = string("{\"status\": \"OK\",\"fee_collected\":") + to_string(reg_amount) + string("}"); fio_400_assert(transaction_size() <= MAX_TRX_SIZE, "transaction_size", std::to_string(transaction_size()),