mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Remove LocalAccount from Transaction code.
This commit is contained in:
@@ -111,8 +111,8 @@ public:
|
||||
|
||||
virtual Json::Value getJson(int options) const;
|
||||
|
||||
bool sign(CKey& key);
|
||||
bool checkSign(const CKey& key) const;
|
||||
bool sign(const NewcoinAddress& naAccountPrivate);
|
||||
bool checkSign(const NewcoinAddress& naAccountPrivate) const;
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user