Skip to content

Commit

Permalink
fix comments
Browse files Browse the repository at this point in the history
  • Loading branch information
yutianwu committed Oct 25, 2021
1 parent 5fb5ccd commit 9912e8f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion contracts/BSCValidatorSet.sol
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ contract BSCValidatorSet is IBSCValidatorSet, System, IParamSubscriber, IApplica
event failReasonWithStr(string message);
event unexpectedPackage(uint8 channelId, bytes msgBytes);
event paramChange(string key, bytes value);
event feeBurned(uint256 indexed amount);
event feeBurned(uint256 amount);

/*********************** init **************************/
function init() external onlyNotInit{
Expand Down
2 changes: 1 addition & 1 deletion contracts/BSCValidatorSet.template
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ contract BSCValidatorSet is IBSCValidatorSet, System, IParamSubscriber, IApplica
event failReasonWithStr(string message);
event unexpectedPackage(uint8 channelId, bytes msgBytes);
event paramChange(string key, bytes value);
event feeBurned(uint256 indexed amount);
event feeBurned(uint256 amount);

/*********************** init **************************/
function init() external onlyNotInit{
Expand Down
Loading

0 comments on commit 9912e8f

Please sign in to comment.