diff --git a/src/interfaces/wallet.cpp b/src/interfaces/wallet.cpp --- a/src/interfaces/wallet.cpp +++ b/src/interfaces/wallet.cpp @@ -235,7 +235,7 @@ fail_reason, coin_control, sign)) { return {}; } - return std::move(pending); + return pending; } bool transactionCanBeAbandoned(const TxId &txid) override { return m_wallet.TransactionCanBeAbandoned(txid);