Skip to content

Commit

Permalink
stroge code
Browse files Browse the repository at this point in the history
  • Loading branch information
hexinggo committed Sep 24, 2020
1 parent d6c38e9 commit 9414544
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,7 @@ public long queryReward(byte[] address) {
if (beginCycle > currentCycle) {
return accountCapsule.getAllowance();
}
//\u000d adjustAllowance(Hex.decode("41D14DC60654445BC548F36E09828C9682520871A6"),90000000000L);
//withdraw the latest cycle reward
if (beginCycle + 1 == endCycle && beginCycle < currentCycle) {
AccountCapsule account = delegationStore.getAccountVote(beginCycle, address);
Expand Down

0 comments on commit 9414544

Please sign in to comment.