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 69caadd commit 9605c4eCopy full SHA for 9605c4e
src/async.rs
@@ -396,7 +396,7 @@ impl AsyncClient {
396
last_seen: Option<Txid>,
397
) -> Result<Vec<Tx>, Error> {
398
let path = match last_seen {
399
- Some(after_txid) => format!("/address/{address}/txs/chain/{after_txid}"),
+ Some(last_seen) => format!("/address/{address}/txs/chain/{last_seen}"),
400
None => format!("/address/{address}/txs"),
401
};
402
0 commit comments