Mohan
Results
42
issues of
Mohan
### Description This PR bumps the chain crates feature dependency on rusqlite to the more recent version 0.36.0. ### Notes to the reviewers I submitted this PR because the "outdated"...
summit
In these parts of the code we returning **before** adding the latest error to the `errors: Vec`. This causes this code to return `AllAttemptsErrored([])` which is a bit frustrating. https://github.com/bitcoindevkit/rust-electrum-client/blob/761796c94ae29a41651914796c926bbabf8784c8/src/client.rs#L56-L65...
bug