Skip to content

Commit

Permalink
fix typo and identation
Browse files Browse the repository at this point in the history
  • Loading branch information
hobofan committed Feb 5, 2019
1 parent 214c003 commit 01b5c81
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions contracts/gateway/EIP20CoGateway.sol
Original file line number Diff line number Diff line change
Expand Up @@ -547,7 +547,7 @@ contract EIP20CoGateway is GatewayBase {

MessageBus.Message storage message = messages[_messageHash];
MessageBus.MessageStatus outboxMessageStatus =
messageBox.outbox[_messageHash];
messageBox.outbox[_messageHash];

redeemAmount_ = redeems[_messageHash].amount;

Expand Down Expand Up @@ -601,7 +601,7 @@ contract EIP20CoGateway is GatewayBase {
return;
}

// Penalty charged to staker for revert redeem.
// Penalty charged to redeemer for revert redeem.
uint256 penalty = penaltyFromBounty(_bountyAmount);
_redeemer.transfer(penalty);
}
Expand Down

0 comments on commit 01b5c81

Please sign in to comment.