Skip to content
This repository has been archived by the owner on Aug 30, 2022. It is now read-only.

Commit

Permalink
Small change
Browse files Browse the repository at this point in the history
  • Loading branch information
zorba80 committed Feb 6, 2019
1 parent e24442d commit c9648b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/eosio.system/src/rex.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1026,8 +1026,8 @@ namespace eosiosystem {
current_rex_stake.amount = bitr->vote_stake.amount;
}

process_rex_maturities( bitr );
const int64_t rex_in_savings = read_rex_savings( bitr );
process_rex_maturities( bitr );
_rexbalance.modify( bitr, same_payer, [&]( auto& rb ) {
const time_point_sec maturity = get_rex_maturity();
if ( !rb.rex_maturities.empty() && rb.rex_maturities.back().first == maturity ) {
Expand Down

0 comments on commit c9648b8

Please sign in to comment.