mirror of
https://github.com/XRPLF/rippled.git
synced 2026-04-29 15:37:57 +00:00
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user