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. <[email protected]>
  • Loading branch information
praveenperera and oleonardolima authored Oct 17, 2024
1 parent 69caadd commit 9605c4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/async.rs
Original file line number Diff line number Diff line change
Expand Up @@ -396,7 +396,7 @@ impl AsyncClient {
last_seen: Option<Txid>,
) -> Result<Vec<Tx>, Error> {
let path = match last_seen {
Some(after_txid) => format!("/address/{address}/txs/chain/{after_txid}"),
Some(last_seen) => format!("/address/{address}/txs/chain/{last_seen}"),
None => format!("/address/{address}/txs"),
};

Expand Down

0 comments on commit 9605c4e

Please sign in to comment.