diff options
author | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2018-12-07 15:46:52 +0000 |
---|---|---|
committer | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2019-03-04 22:24:49 +0000 |
commit | ef93b0995c311e5d5f43a726dbe90aacca46faff (patch) | |
tree | a11cb1021768475708fc7b3da4d9558b768b0d37 /src/wallet/wallet2.cpp | |
parent | Merge pull request #5162 (diff) | |
download | monero-ef93b0995c311e5d5f43a726dbe90aacca46faff.tar.xz |
various: remove unused variables
Diffstat (limited to 'src/wallet/wallet2.cpp')
-rw-r--r-- | src/wallet/wallet2.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/wallet/wallet2.cpp b/src/wallet/wallet2.cpp index 48e794616..f2c0a7ba9 100644 --- a/src/wallet/wallet2.cpp +++ b/src/wallet/wallet2.cpp @@ -1528,7 +1528,6 @@ void wallet2::cache_tx_data(const cryptonote::transaction& tx, const crypto::has // additional tx pubkeys and derivations for multi-destination transfers involving one or more subaddresses tx_extra_additional_pub_keys additional_tx_pub_keys; - std::vector<crypto::key_derivation> additional_derivations; if (find_tx_extra_field_by_type(tx_cache_data.tx_extra_fields, additional_tx_pub_keys)) { for (size_t i = 0; i < additional_tx_pub_keys.data.size(); ++i) |