This is not optimal, but this should at least make the logic for when we

publish transactions to which accounts sensible.
This commit is contained in:
JoelKatz
2013-01-17 11:33:42 -08:00
parent 65a1d00751
commit 809868c6fc
2 changed files with 4 additions and 35 deletions

View File

@@ -122,7 +122,6 @@ protected:
void pubAcceptedTransaction(Ledger::ref lpCurrent, const SerializedTransaction& stTxn, TER terResult,TransactionMetaSet::pointer& meta);
void pubAccountTransaction(Ledger::ref lpCurrent, const SerializedTransaction& stTxn, TER terResult,bool accepted,TransactionMetaSet::pointer& meta);
std::map<RippleAddress,bool> getAffectedAccounts(const SerializedTransaction& stTxn);
void pubServer();