mirror of
https://github.com/XRPLF/rippled.git
synced 2026-06-04 09:16:47 +00:00
add comment
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user