Include the transaction result in the metadata.

This commit is contained in:
JoelKatz
2012-10-16 14:36:36 -07:00
parent 0ae65b5fd0
commit 25d888ff48
5 changed files with 42 additions and 15 deletions

View File

@@ -120,7 +120,7 @@ public:
STAmount accountFunds(const uint160& uAccountID, const STAmount& saDefault);
Json::Value getJson(int) const;
void calcRawMeta(Serializer&);
void calcRawMeta(Serializer&, TER result);
// iterator functions
bool isEmpty() const { return mEntries.empty(); }