Skip to content

Commit 9605c4e

Browse files
Update src/async.rs
Co-authored-by: Leonardo L. <[email protected]>
1 parent 69caadd commit 9605c4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/async.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -396,7 +396,7 @@ impl AsyncClient {
396396
last_seen: Option<Txid>,
397397
) -> Result<Vec<Tx>, Error> {
398398
let path = match last_seen {
399-
Some(after_txid) => format!("/address/{address}/txs/chain/{after_txid}"),
399+
Some(last_seen) => format!("/address/{address}/txs/chain/{last_seen}"),
400400
None => format!("/address/{address}/txs"),
401401
};
402402

0 commit comments

Comments
 (0)