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 Nov 3, 2024
1 parent d866247 commit 4ad8838
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 @@ -102,7 +102,7 @@ pub struct BlockSummary {
pub struct AddressStats {
/// The address.
pub address: String,
/// The summary of transactions for this address information, already on chain
/// The summary of transactions for this address, already on chain.
pub chain_stats: AddressTxsSummary,
/// The summary of transactions for this address, currently in the mempool.
pub mempool_stats: AddressTxsSummary,
Expand Down

0 comments on commit 4ad8838

Please sign in to comment.