Skip to content

test(electrum): tests for exploit fixes #249

test(electrum): tests for exploit fixes

test(electrum): tests for exploit fixes #249

GitHub Actions / Clippy Results failed Nov 7, 2024 in 0s

Clippy Results

2 errors

Details

Results

Message level Amount
Internal compiler error 0
Error 2
Warning 0
Note 0
Help 0

Versions

  • rustc 1.81.0 (eeb90cda1 2024-09-04)
  • cargo 1.81.0 (2dbb1af80 2024-08-20)
  • clippy 0.1.81 (eeb90cd 2024-09-04)

Annotations

Check failure on line 418 in crates/electrum/src/bdk_electrum_client.rs

See this annotation in the file changed.

@github-actions github-actions / Clippy Results

no method named `txid_from_pos_with_merkle` found for type parameter `E` in the current scope

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`
    | |_________________|
    |

Check failure on line 418 in crates/electrum/src/bdk_electrum_client.rs

See this annotation in the file changed.

@github-actions github-actions / Clippy Results

no method named `txid_from_pos_with_merkle` found for type parameter `E` in the current scope

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`
    | |_________________|
    |