Skip to content

Instantly share code, notes, and snippets.

@mgistrat
Created October 13, 2018 14:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mgistrat/b7c36c536e61c0d256ec4bd42cb6ff98 to your computer and use it in GitHub Desktop.
Save mgistrat/b7c36c536e61c0d256ec4bd42cb6ff98 to your computer and use it in GitHub Desktop.
Staker may lose his reward

A staker will lose the deserved reward if he makes an additional deposit after the end of the round in case of Timestamp less then now.

If the staker decides to make an additional deposit exactly after the end of the round and check through the function stake_reward that the reward can be obtained, he can still lose the reward if Timestamp less then now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment