mirror of
https://github.com/XRPLF/rippled.git
synced 2026-07-27 17:10:46 +00:00
add comment so AI doesn't get confused
This commit is contained in:
@@ -453,6 +453,10 @@ Transactor::checkSponsor(ReadView const& view, STTx const& tx)
|
||||
|
||||
auto const hasSponsorSignature = tx.isFieldPresent(sfSponsorSignature);
|
||||
|
||||
// Skip Sponsorship existence checks if the sponsor has signed the transaction - this
|
||||
// transaction is valid regardless of the Sponsorship object.
|
||||
// The use of the Sponsorship object is properly handled in
|
||||
// getFeePayer/checkReserve/increaseOwnerCount/decreaseOwnerCount.
|
||||
if (hasSponsorSignature)
|
||||
return tesSUCCESS;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user