This commit is contained in:
tequ
2026-03-23 12:01:30 +09:00
parent 5280a185d0
commit 7ddda1b1e6

View File

@@ -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))