Closed ziggie1984 closed 1 year ago
Fixes #892.
The return value of bitcoind did not change, bitcoind will return a different error if the txindex is not set (e.g. pruned nodes) so we check for the error code now instead of the specific text and include a direct reference of the bitcoind code.
txindex
Fixes #892.
The return value of bitcoind did not change, bitcoind will return a different error if the
txindex
is not set (e.g. pruned nodes) so we check for the error code now instead of the specific text and include a direct reference of the bitcoind code.