Skip to content

Commit

Permalink
Update src/api.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Leonardo L. <[email protected]>
  • Loading branch information
praveenperera and oleonardolima authored Oct 15, 2024
1 parent 17c850b commit 9b74943
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api.rs
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ pub struct AddressStats {
}

#[derive(Debug, Copy, Clone, PartialEq, Eq, Deserialize)]
pub struct AddressTxnSummary {
pub struct AddressTxsSummary {
pub funded_txo_count: u32,
pub funded_txo_sum: u64,
pub spent_txo_count: u32,
Expand Down

0 comments on commit 9b74943

Please sign in to comment.