Files
bitcoin/src/wallet/test/fuzz
frankomosh 1eac6a728b fuzz: populate wallet TXO index in wallet_create_transaction
The setup loop inserts transactions through raw mapWallet.emplace(),
which does not populate m_txos. Since AvailableCoins and
FetchSelectedInputs now look up coins through m_txos, coin
selection is structurally unreachable.

Call RefreshTXOsFromTx after each insertion so the wallet's
TXO index reflects the inserted outputs.
2026-07-24 10:17:17 +03:00
..
2026-07-14 13:48:33 +02:00