diff --git a/src/cpp/ripple/NetworkOPs.cpp b/src/cpp/ripple/NetworkOPs.cpp index 4cc878beaf..89a5d77e76 100644 --- a/src/cpp/ripple/NetworkOPs.cpp +++ b/src/cpp/ripple/NetworkOPs.cpp @@ -1006,8 +1006,8 @@ void NetworkOPs::pubProposedTransaction(Ledger::ref lpCurrent, const SerializedT ispListener->send(jvObj); } } - - pubAccountTransaction(lpCurrent,stTxn,terResult,false,TransactionMetaSet::pointer()); + TransactionMetaSet::pointer ret; + pubAccountTransaction(lpCurrent,stTxn,terResult,false,ret); } void NetworkOPs::pubLedger(Ledger::ref lpAccepted)