diff --git a/src/api.rs b/src/api.rs index 5c436fb..63c5a63 100644 --- a/src/api.rs +++ b/src/api.rs @@ -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,