Infrastructure for local transactions, wallet interface.

Transaction JSON code.
This commit is contained in:
JoelKatz
2012-01-08 22:18:03 -08:00
parent f87d1bfcb7
commit fa16bb430b
9 changed files with 145 additions and 13 deletions

View File

@@ -37,7 +37,7 @@ public:
const std::string& getComment() const { return mComment; }
Transaction::pointer getTransaction() { return mTransaction; }
bool makeTransaction(void);
bool makeTransaction();
};
#endif