btcsuite / btcwallet

A secure bitcoin wallet daemon written in Go (golang)
ISC License
1.15k stars 590 forks source link

chain: Match for error code instead of text. #893

Closed ziggie1984 closed 1 year ago

ziggie1984 commented 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.