Skip to content

Commit

Permalink
Correct type (#1276)
Browse files Browse the repository at this point in the history
  • Loading branch information
Bushstar authored May 24, 2022
1 parent 75b22b4 commit 06efc01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/masternodes/mn_checks.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2693,7 +2693,7 @@ class CCustomTxApplyVisitor : public CCustomTxVisitor
if (auto defaultScheme = mnview.GetDefaultLoanScheme()){
vault.schemeId = *defaultScheme;
} else {
return Res::Err("There is not default loan scheme");
return Res::Err("There is no default loan scheme");
}
}

Expand Down

0 comments on commit 06efc01

Please sign in to comment.