This repository has been archived by the owner on Aug 7, 2023. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
rpcserver: Fix gettxout includemempool handling.
When the includemempool parameter is set to true, transactions in the mempool should be additionally considered. However, the previous code used a buggy implementation which would return an error if this parameter was set and the transaction was not found in the mempool, without ever querying a mined utxo.
- Loading branch information