mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
Infrastructure for local transactions, wallet interface.
Transaction JSON code.
This commit is contained in:
@@ -37,7 +37,7 @@ public:
|
||||
const std::string& getComment() const { return mComment; }
|
||||
Transaction::pointer getTransaction() { return mTransaction; }
|
||||
|
||||
bool makeTransaction(void);
|
||||
bool makeTransaction();
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user