mirror of
https://github.com/bitcoinresearchkit/brk.git
synced 2026-05-27 01:54:47 -07:00
global: address -> addr rename
This commit is contained in:
@@ -26,7 +26,7 @@ impl AsyncQuery {
|
||||
///
|
||||
/// # Example
|
||||
/// ```ignore
|
||||
/// let address_stats = query.run(move |q| q.address(address)).await?;
|
||||
/// let addr_stats = query.run(move |q| q.addr(addr)).await?;
|
||||
/// ```
|
||||
pub async fn run<F, T>(&self, f: F) -> Result<T>
|
||||
where
|
||||
|
||||
Reference in New Issue
Block a user