mirror of
https://github.com/XRPLF/rippled.git
synced 2026-06-04 09:16:47 +00:00
fix L5
This commit is contained in:
@@ -34,7 +34,7 @@ SponsorshipTransfer::preflight(PreflightContext const& ctx)
|
||||
if (!isReserveSponsored(ctx.tx))
|
||||
{
|
||||
JLOG(ctx.j.debug())
|
||||
<< "preflight: spfSponsorReserve should not be set when creating sponsorship";
|
||||
<< "preflight: spfSponsorReserve should be set when creating sponsorship";
|
||||
return temINVALID_FLAG;
|
||||
}
|
||||
if (ctx.tx.isFieldPresent(sfSponsee))
|
||||
|
||||
Reference in New Issue
Block a user