diff --git a/crates/brk_client/src/lib.rs b/crates/brk_client/src/lib.rs index 294c092e9..8ba65651f 100644 --- a/crates/brk_client/src/lib.rs +++ b/crates/brk_client/src/lib.rs @@ -9086,7 +9086,7 @@ impl BrkClient { /// *[Mempool.space docs](https://mempool.space/docs/api/rest#get-transaction-times)* /// /// Endpoint: `GET /api/v1/transaction-times` - pub fn get_transaction_times(&self, txId: Txid[]) -> Result> { + pub fn get_transaction_times(&self, txId: &[Txid]) -> Result> { let mut query = Vec::new(); query.push(format!("txId[]={}", txId)); let query_str = if query.is_empty() { String::new() } else { format!("?{}", query.join("&")) }; diff --git a/docs/README.md b/docs/README.md index d377bc3df..e5236263c 100644 --- a/docs/README.md +++ b/docs/README.md @@ -75,8 +75,9 @@ Build custom applications in Rust. Use the full stack or individual components ( ## Donations -Checkmate -Johan +_Checkmatey_ +Johan Bergman +Alon Shvartsman ClearMined Bitcoin donate QR code