We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9605c4e commit 715e7b7Copy full SHA for 715e7b7
src/blocking.rs
@@ -335,7 +335,7 @@ impl BlockingClient {
335
last_seen: Option<Txid>,
336
) -> Result<Vec<Tx>, Error> {
337
let path = match last_seen {
338
- Some(after_txid) => format!("/address/{address}/txs/chain/{after_txid}"),
+ Some(last_seen) => format!("/address/{address}/txs/chain/{last_seen}"),
339
None => format!("/address/{address}/txs"),
340
};
341
0 commit comments