diff options
author | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2018-09-16 13:24:19 +0000 |
---|---|---|
committer | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2018-09-16 13:24:48 +0000 |
commit | 6e6ffc0650cbe6207ed704501e90d8667ee26465 (patch) | |
tree | a4a2f755c4e38e55dc809112160fb1eccb304282 /src/wallet/api/wallet2_api.h | |
parent | Merge pull request #4381 (diff) | |
download | monero-6e6ffc0650cbe6207ed704501e90d8667ee26465.tar.xz |
wallet2_api: bring up to latest wallet api
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 5a52c6b17..594fcc6f1 100644 --- a/src/wallet/api/wallet2_api.h +++ b/src/wallet/api/wallet2_api.h @@ -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; |