Skip to content

Commit

Permalink
BD-2317 fix
Browse files Browse the repository at this point in the history
BD-2317 fix
  • Loading branch information
Ed Rotthoff committed Jul 24, 2023
1 parent 92cc1b8 commit 273f68b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions contracts/fio.system/src/voting.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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()),
Expand Down

0 comments on commit 273f68b

Please sign in to comment.