Apply suggestion from @xrplf-ai-reviewer[bot]

Co-authored-by: xrplf-ai-reviewer[bot] <266832837+xrplf-ai-reviewer[bot]@users.noreply.github.com>
This commit is contained in:
Jingchen
2026-03-27 00:21:47 +00:00
committed by GitHub
parent 0f3674807d
commit 403d986dac

View File

@@ -172,7 +172,7 @@ protected:
using namespace jtx;
using namespace jtx::loan;
auto tx = getTransaction(env, broker, std::forward<FN>(fN)...);
auto tx = getTransaction(env, broker);
auto jt = env.jt(tx, std::forward<FN>(fN)...);
sig(sfCounterpartySignature, counter)(env, jt);
return jt;