Skip to content

feat(bdk)!: remove TransactionDetails, change Wallet::get_tx, TxBuild…

Sign in for the full log view
GitHub Actions / clippy failed Jul 28, 2023 in 0s

clippy

1 error

Details

Results

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

Versions

  • rustc 1.67.0 (fc594f156 2023-01-24)
  • cargo 1.67.0 (8ecd4f20a 2023-01-10)
  • clippy 0.1.67 (fc594f1 2023-01-24)

Annotations

Check failure on line 42 in crates/bdk/src/wallet/mod.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

unused import: `bdk_chain::indexed_tx_graph::Indexer`

error: unused import: `bdk_chain::indexed_tx_graph::Indexer`
  --> crates/bdk/src/wallet/mod.rs:42:5
   |
42 | use bdk_chain::indexed_tx_graph::Indexer;
   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
   |
   = note: `-D unused-imports` implied by `-D warnings`