From 5e9df112a1bf65c3de7c51aaeb3da5708c3f5238 Mon Sep 17 00:00:00 2001 From: jed Date: Mon, 12 Nov 2012 06:39:07 -0800 Subject: [PATCH] clean --- src/cpp/ripple/NetworkOPs.cpp | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/src/cpp/ripple/NetworkOPs.cpp b/src/cpp/ripple/NetworkOPs.cpp index ed32b8464..8c81e7411 100644 --- a/src/cpp/ripple/NetworkOPs.cpp +++ b/src/cpp/ripple/NetworkOPs.cpp @@ -1105,16 +1105,6 @@ void NetworkOPs::pubAcceptedTransaction(Ledger::ref lpCurrent, const SerializedT } -// TODO: will need to rework this to get the affected accounts in a different way when we want finer granularity than just subAccount -// transactions to -// transactions from -// orderbook issuer <- weird since you are probably just interested in a particular pair -// orderbook receiver -// your credit setting? -// other people credit set -// other account changes - - void NetworkOPs::pubAccountTransaction(Ledger::ref lpCurrent, const SerializedTransaction& stTxn, TER terResult, bool bAccepted) { boost::unordered_set notify;