mirror of
https://github.com/monero-project/monero.git
synced 2026-01-24 21:34:29 +01:00
Merge pull request #6288
0349347eringdb: use a different iv for key and data in rings table (moneromooo-monero)7b882087simplewallet: reword mixin in user message in terms of ring size (moneromooo-monero)f507a43awallet2: do not remove known rings when a tx fails (moneromooo-monero)
This commit is contained in:
@@ -2934,7 +2934,6 @@ void wallet2::update_pool_state(std::vector<std::tuple<cryptonote::transaction,
|
||||
pit->second.m_state = wallet2::unconfirmed_transfer_details::failed;
|
||||
|
||||
// the inputs aren't spent anymore, since the tx failed
|
||||
remove_rings(pit->second.m_tx);
|
||||
for (size_t vini = 0; vini < pit->second.m_tx.vin.size(); ++vini)
|
||||
{
|
||||
if (pit->second.m_tx.vin[vini].type() == typeid(txin_to_key))
|
||||
|
||||
Reference in New Issue
Block a user