Change function to external

This commit is contained in:
Mubaris NK 2021-01-10 17:50:30 +05:30
parent a43602893c
commit 1f43eaa9e3
No known key found for this signature in database
GPG Key ID: 1F132294E8700320

View File

@ -1180,7 +1180,7 @@ contract RefinanceResolver is MakerHelpers {
uint paybackRateMode;
}
function refinance(RefinanceData calldata data) public payable {
function refinance(RefinanceData calldata data) external payable {
require(data.source != data.target, "source-and-target-unequal");