Skip to content

Commit

Permalink
Update src/async.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Leonardo L. <oleonardolima@users.noreply.github.com>
  • Loading branch information
praveenperera and oleonardolima authored Nov 6, 2024
1 parent 4d57c58 commit 10ad0a6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/async.rs
Original file line number Diff line number Diff line change
Expand Up @@ -387,7 +387,8 @@ impl AsyncClient {
self.get_response_json(&path).await
}

/// Get confirmed transaction history for the specified address, sorted with newest first.
/// Get transaction history for the specified address/scripthash, sorted with newest first.
///
/// Returns up to 50 mempool transactions plus the first 25 confirmed transactions.
/// More can be requested by specifying the last txid seen by the previous query.
pub async fn get_address_txs(
Expand Down

0 comments on commit 10ad0a6

Please sign in to comment.