Skip to content

Commit 715e7b7

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/blocking.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -335,7 +335,7 @@ impl BlockingClient {
335335
last_seen: Option<Txid>,
336336
) -> Result<Vec<Tx>, Error> {
337337
let path = match last_seen {
338-
Some(after_txid) => format!("/address/{address}/txs/chain/{after_txid}"),
338+
Some(last_seen) => format!("/address/{address}/txs/chain/{last_seen}"),
339339
None => format!("/address/{address}/txs"),
340340
};
341341

0 commit comments

Comments
 (0)