Skip to content

fix(electrum): prevent populate_with_txids panic on transaction wit… #247

fix(electrum): prevent populate_with_txids panic on transaction wit…

fix(electrum): prevent populate_with_txids panic on transaction wit… #247

Triggered via push November 7, 2024 15:50
Status Failure
Total duration 1m 43s
Artifacts

nightly_docs.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

3 errors
Build docs
Process completed with exit code 101.
no method named `txid_from_pos_with_merkle` found for type parameter `E` in the current scope: crates/electrum/src/bdk_electrum_client.rs#L418
error[E0599]: no method named `txid_from_pos_with_merkle` found for type parameter `E` in the current scope --> crates/electrum/src/bdk_electrum_client.rs:418:18 | 30 | impl<E: ElectrumApi> BdkElectrumClient<E> { | - method `txid_from_pos_with_merkle` not found for this type parameter ... 416 | if let Ok(txid_from_pos_res) = self | ____________________________________________- 417 | | .inner 418 | | .txid_from_pos_with_merkle(merkle_res.block_height, 0) | | -^^^^^^^^^^^^^^^^^^^^^^^^^ method not found in `E` | |_________________| |
no method named `txid_from_pos_with_merkle` found for type parameter `E` in the current scope: crates/electrum/src/bdk_electrum_client.rs#L418
error[E0599]: no method named `txid_from_pos_with_merkle` found for type parameter `E` in the current scope --> crates/electrum/src/bdk_electrum_client.rs:418:18 | 30 | impl<E: ElectrumApi> BdkElectrumClient<E> { | - method `txid_from_pos_with_merkle` not found for this type parameter ... 416 | if let Ok(txid_from_pos_res) = self | ____________________________________________- 417 | | .inner 418 | | .txid_from_pos_with_merkle(merkle_res.block_height, 0) | | -^^^^^^^^^^^^^^^^^^^^^^^^^ method not found in `E` | |_________________| |