wallet2_api: bring up to latest wallet api

This commit is contained in:
moneromooo-monero
2018-09-16 13:24:19 +00:00
parent bb30a72367
commit 6e6ffc0650
3 changed files with 38 additions and 18 deletions
+1 -1
View File
@@ -875,7 +875,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;