Skip to content

Commit

Permalink
Update src/blocking.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 Oct 17, 2024
1 parent 9605c4e commit 715e7b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/blocking.rs
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,7 @@ impl BlockingClient {
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 715e7b7

Please sign in to comment.