Merge pull request #4387

6e6ffc06 wallet2_api: bring up to latest wallet api (moneromooo-monero)
This commit is contained in:
Riccardo Spagni
2018-09-18 17:59:44 +02:00
3 changed files with 38 additions and 18 deletions
+1 -1
View File
@@ -880,7 +880,7 @@ struct Wallet
virtual bool blackballOutputs(const std::vector<std::string> &pubkeys, bool add) = 0;
//! unblackballs an output
virtual bool unblackballOutput(const std::string &pubkey) = 0;
virtual bool unblackballOutput(const std::string &amount, const std::string &offset) = 0;
//! gets the ring used for a key image, if any
virtual bool getRing(const std::string &key_image, std::vector<uint64_t> &ring) const = 0;