mirror of
https://github.com/bitcoinresearchkit/brk.git
synced 2026-04-24 06:39:58 -07:00
global: big snapshot
This commit is contained in:
@@ -14,5 +14,5 @@ bitcoincore-rpc = { workspace = true }
|
||||
brk_error = { workspace = true }
|
||||
brk_logger = { workspace = true }
|
||||
brk_types = { workspace = true }
|
||||
log = { workspace = true }
|
||||
tracing = { workspace = true }
|
||||
parking_lot = { workspace = true }
|
||||
|
||||
@@ -2,8 +2,8 @@ use std::{thread::sleep, time::Duration};
|
||||
|
||||
use bitcoincore_rpc::{Client as CoreClient, Error as RpcError, jsonrpc};
|
||||
use brk_error::Result;
|
||||
use log::info;
|
||||
use parking_lot::RwLock;
|
||||
use tracing::info;
|
||||
|
||||
pub use bitcoincore_rpc::Auth;
|
||||
|
||||
|
||||
@@ -22,7 +22,7 @@ pub use bitcoincore_rpc::Auth;
|
||||
mod inner;
|
||||
|
||||
use inner::ClientInner;
|
||||
use log::{debug, info};
|
||||
use tracing::{debug, info};
|
||||
|
||||
///
|
||||
/// Bitcoin Core RPC Client
|
||||
|
||||
Reference in New Issue
Block a user