Skip to content

Commit

Permalink
rewrite some comments in different language
Browse files Browse the repository at this point in the history
  • Loading branch information
yanghang8612 committed Jul 27, 2021
1 parent 4e01149 commit 6818029
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,13 @@ public class ReceiptCapsule {
private long multiSignFee;

/**
* 执行交易之前合约部署账户上可用的能量
* Available energy of contract deployer before executing transaction
*/
@Setter
private long originEnergyLeft;

/**
* 执行交易之前调用者账户上可用的能量
* Available energy of caller before executing transaction
*/
@Setter
private long callerEnergyLeft;
Expand Down

0 comments on commit 6818029

Please sign in to comment.