fix(electrum): prevent populate_with_txids
panic on transaction wit…
#247
nightly_docs.yml
on: push
Build docs
1m 29s
Publish docs
0s
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`
| |_________________|
|
|