Publish transaction due to subscribe accounts as type "transaction".

This commit is contained in:
Arthur Britto
2013-03-04 19:24:20 -08:00
parent 93f79ca204
commit 3a8d85d9c4
3 changed files with 8 additions and 8 deletions

View File

@@ -136,7 +136,7 @@ protected:
void setMode(OperatingMode);
Json::Value transJson(const SerializedTransaction& stTxn, TER terResult, bool bAccepted, Ledger::ref lpCurrent, const std::string& strType);
Json::Value transJson(const SerializedTransaction& stTxn, TER terResult, bool bAccepted, Ledger::ref lpCurrent);
bool haveConsensusObject();
Json::Value pubBootstrapAccountInfo(Ledger::ref lpAccepted, const RippleAddress& naAccountID);