Skip to content

Commit

Permalink
fixup! blockbook: support queries on unused addresses
Browse files Browse the repository at this point in the history
We take the opportunity to activate the corresponding lint.
  • Loading branch information
bachmannscode committed Oct 27, 2023
1 parent d85d302 commit 59710bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -790,7 +790,7 @@ pub struct AddressInfoBasic {
pub secondary_value: Option<f64>,
}

/// The variants for the transactions contained in [`AddressInfoDetailed::transactions`].
/// The variants for the transactions contained in [`AddressInfo::transactions`].
#[derive(Clone, Debug, Eq, PartialEq, serde::Deserialize, serde::Serialize)]
#[serde(untagged)]
pub enum Tx {
Expand Down

0 comments on commit 59710bb

Please # to comment.