From be10ff63d0c76aa6464e495a6bf9c16520380442 Mon Sep 17 00:00:00 2001 From: Jeeyong Um Date: Tue, 24 Sep 2019 09:55:17 +0000 Subject: [PATCH] Fix comment typo --- contracts/eosio.system/include/eosio.system/eosio.system.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contracts/eosio.system/include/eosio.system/eosio.system.hpp b/contracts/eosio.system/include/eosio.system/eosio.system.hpp index e42f72c87..b204ebdf5 100644 --- a/contracts/eosio.system/include/eosio.system/eosio.system.hpp +++ b/contracts/eosio.system/include/eosio.system/eosio.system.hpp @@ -262,7 +262,7 @@ namespace eosiosystem { * Every time a vote is cast we must first "undo" the last vote weight, before casting the * new vote weight. Vote weight is calculated as: * - * stated.amount * 2 ^ ( weeks_since_launch/weeks_per_year) + * staked.amount * 2 ^ ( weeks_since_launch/weeks_per_year) */ double last_vote_weight = 0; /// the vote weight cast the last time the vote was updated