Skip to content

Commit

Permalink
set global state
Browse files Browse the repository at this point in the history
  • Loading branch information
Nathan James committed May 13, 2024
1 parent b188adc commit 6a175c0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions contracts/eosio.system/src/eosio.system.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -478,6 +478,7 @@ namespace eosiosystem {

if ( current_time_point().sec_since_epoch() >= itr->start_time.sec_since_epoch() ) {
_gstate4.continuous_rate = itr->continuous_rate;
_global4.set( _gstate4, get_self() );
_schedules.erase( itr );
return true;
}
Expand Down

0 comments on commit 6a175c0

Please sign in to comment.