Skip to content

Commit 3de74aa

Browse files
authored
Update PegInContract.sol
1 parent cf87854 commit 3de74aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contracts/PegInContract.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -440,7 +440,7 @@ contract PegInContract is
440440
success
441441
);
442442
if (!success) {
443-
// transfer funds to refund address instead, if for some reason transfer to rskRefundAddress was unsuccessful
443+
// transfer funds to user instead, if for some reason transfer to rskRefundAddress was unsuccessful
444444
_increaseBalance(quote.rskRefundAddress, refundAmount);
445445
}
446446
}

0 commit comments

Comments
 (0)