Commit graph

2 commits

Author SHA1 Message Date
Oliver Gugger
ffcda0f629
rpcclient: add bitcoind version dependent error matching
Fixes #2404.
If different versions of bitcoind return different error strings, we
need a way to match those as well.
2025-08-19 09:00:02 +02:00
yyforyongyu
36683e0b96
rpcclient: define specific errors for chain backends
This commit adds detailed errors for all possible errors returned from
`sendrawtransaction` or `testmempoolaccept`, enabling upstream callers
to have refined control over the actions to be taken.
2024-03-18 23:08:47 +08:00