diff options
author | Riccardo Spagni <ric@spagni.net> | 2018-09-18 17:59:44 +0200 |
---|---|---|
committer | Riccardo Spagni <ric@spagni.net> | 2018-09-18 17:59:44 +0200 |
commit | 2371a814cf4b424d8a8d385fd01d54ec0e58e825 (patch) | |
tree | f65e3b8f0f2a1055f5f16acd2878daa2ebd7ed96 /src/wallet/api/wallet2_api.h | |
parent | Merge pull request #4366 (diff) | |
parent | wallet2_api: bring up to latest wallet api (diff) | |
download | monero-2371a814cf4b424d8a8d385fd01d54ec0e58e825.tar.xz |
Merge pull request #4387
6e6ffc06 wallet2_api: bring up to latest wallet api (moneromooo-monero)
Diffstat (limited to 'src/wallet/api/wallet2_api.h')
-rw-r--r-- | src/wallet/api/wallet2_api.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wallet/api/wallet2_api.h b/src/wallet/api/wallet2_api.h index 5c53f712e..933916076 100644 --- a/src/wallet/api/wallet2_api.h +++ b/src/wallet/api/wallet2_api.h @@ -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; |