You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Merge #46: bugfix: GET /tx/:txid/status is not Option
e20b701 bugfix: `GET /tx/:txid/status` is not `Option` (Max Fang)
Pull request description:
See the [server-side handler](https://github.com/Blockstream/electrs/blob/adedee15f1fe460398a7045b292604df2161adc0/src/rest.rs#L941) - unlike the other `tx` endpoints, this one doesn't first check if the tx is known.
Also added a test that confirms this behavior.
Top commit has no ACKs.
Tree-SHA512: f0f59ceae998fb3b237eda3466e3f8c77d2951ea332838fcf01c93b60a8ea5eacdb21f71bac89fdb37f8c354953377e9710673cd2040886834da02f3a7fef2bb
0 commit comments