Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/feature/sr_fee_model' into featu…
Browse files Browse the repository at this point in the history
…re/sr_fee_model
  • Loading branch information
sean-liu55 committed Nov 14, 2020
2 parents 9802248 + df916b1 commit ee36a24
Showing 1 changed file with 0 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -141,13 +141,6 @@ public void withdrawReward(byte[] address) {
beginCycle, endCycle, accountCapsule.getVotesList());
}


public void payTransactionFeeReward(byte[] witnessAddress, long value) {
logger.debug("pay {} transaction fee reward {}", Hex.toHexString(witnessAddress), value);
payReward(witnessAddress, value);
}


public long queryReward(byte[] address) {
if (!dynamicPropertiesStore.allowChangeDelegation()) {
return 0;
Expand Down

0 comments on commit ee36a24

Please sign in to comment.