Skip to content
Merged
Show file tree
Hide file tree
Changes from 5 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions contracts/PegInContract.sol
Original file line number Diff line number Diff line change
Expand Up @@ -439,6 +439,10 @@ contract PegInContract is
refundAmount,
success
);
if (!success) {
// transfer funds to user instead, if for some reason transfer to rskRefundAddress was unsuccessful
_increaseBalance(quote.rskRefundAddress, refundAmount);
}
}
}

Expand Down
Loading
Loading