mirror of
https://github.com/bitcoinresearchkit/brk.git
synced 2026-04-24 06:39:58 -07:00
global: MASSIVE snapshot
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
use bitcoincore_rpc::RpcApi;
|
||||
use brk_rpc::{Auth, Client};
|
||||
|
||||
fn main() {
|
||||
@@ -11,6 +10,6 @@ fn main() {
|
||||
let client = Client::new(Client::default_url(), auth).unwrap();
|
||||
|
||||
loop {
|
||||
println!("{:?}", client.call(|c| c.get_block_count()).unwrap());
|
||||
println!("{:?}", client.get_block_count().unwrap());
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user