Work toward revised RPC send.

This commit is contained in:
Arthur Britto
2012-05-20 01:53:31 -07:00
parent 0010656ff8
commit 8ba9fe2d88
5 changed files with 149 additions and 165 deletions

View File

@@ -103,7 +103,8 @@ public:
STAmount saFee,
uint32 uSourceTag,
const NewcoinAddress& toAccount,
STAmount saAmount);
STAmount saAmount,
STAmount saSendMax);
bool sign(const NewcoinAddress& naAccountPrivate);
bool checkSign() const;