We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2544533 commit cf87854Copy full SHA for cf87854
contracts/PegInContract.sol
@@ -440,7 +440,7 @@ contract PegInContract is
440
success
441
);
442
if (!success) {
443
- // transfer funds to LP instead, if for some reason transfer to rskRefundAddress was unsuccessful
+ // transfer funds to refund address instead, if for some reason transfer to rskRefundAddress was unsuccessful
444
_increaseBalance(quote.rskRefundAddress, refundAmount);
445
}
446
0 commit comments