aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/api/wallet.cpp
diff options
context:
space:
mode:
authorRiccardo Spagni <ric@spagni.net>2019-03-05 10:10:57 +0200
committerRiccardo Spagni <ric@spagni.net>2019-03-05 10:10:57 +0200
commit5fb4a9719cb799ae59e04cda0a3d760be969d7e8 (patch)
tree8a7361e525f9e7e45bb04e4f252fd9a1c430d0a7 /src/wallet/api/wallet.cpp
parentMerge pull request #5162 (diff)
parentcheck load_t_from_json return values (diff)
downloadmonero-5fb4a9719cb799ae59e04cda0a3d760be969d7e8.tar.xz
Merge pull request #5101
23abe607 check load_t_from_json return values (moneromooo-monero) e396146a default initialize rpc structures (moneromooo-monero) ef93b099 various: remove unused variables (moneromooo-monero)
Diffstat (limited to 'src/wallet/api/wallet.cpp')
-rw-r--r--src/wallet/api/wallet.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/wallet/api/wallet.cpp b/src/wallet/api/wallet.cpp
index 2b7853330..44cd67657 100644
--- a/src/wallet/api/wallet.cpp
+++ b/src/wallet/api/wallet.cpp
@@ -1504,7 +1504,6 @@ PendingTransaction *WalletImpl::createSweepUnmixableTransaction()
{
clearStatus();
- vector<cryptonote::tx_destination_entry> dsts;
cryptonote::tx_destination_entry de;
PendingTransactionImpl * transaction = new PendingTransactionImpl(*this);