Skip to content

Commit 10ad0a6

Browse files
Update src/async.rs
Co-authored-by: Leonardo L. <[email protected]>
1 parent 4d57c58 commit 10ad0a6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/async.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -387,7 +387,8 @@ impl AsyncClient {
387387
self.get_response_json(&path).await
388388
}
389389

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

0 commit comments

Comments
 (0)