add comment

This commit is contained in:
tequ
2026-01-29 13:52:19 +09:00
parent 8be44c7fc4
commit ab1de456cc

View File

@@ -17,7 +17,7 @@ sig::operator()(Env&, JTx& jt) const
// VFALCO Inefficient pre-C++14
auto const account = *account_;
auto callback = [subField = subField_, account](Env&, JTx& jtx) {
// Where to put the signature. Supports sfCounterPartySignature.
// Where to put the signature. Supports sfCounterPartySignature and sfSponsorSignature.
auto& sigObject = subField ? jtx[*subField] : jtx.jv;
jtx::sign(jtx.jv, account, sigObject);