Skip to content

Commit

Permalink
Merge pull request #84 from AntelopeIO/tokenomics-doc-fix
Browse files Browse the repository at this point in the history
Fix for setschedule docs
  • Loading branch information
nsjames authored May 16, 2024
2 parents 45473c9 + 33ab294 commit 3803fd9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions contracts/eosio.system/include/eosio.system/eosio.system.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -1512,9 +1512,9 @@ namespace eosiosystem {
* Set the schedule for pre-determined annual rate changes.
*
* @param start_time - the time to start the schedule.
* @param annual_rate - the annual inflation rate of the core token supply.
* (eg. For 5% Annual inflation => annual_rate=500
* For 1.5% Annual inflation => annual_rate=150
* @param continuous_rate - the inflation or distribution rate of the core token supply.
* (eg. For 5% => 0.05
* For 1.5% => 0.015)
*/
[[eosio::action]]
void setschedule( const time_point_sec start_time, double continuous_rate );
Expand Down

0 comments on commit 3803fd9

Please sign in to comment.