global: MASSIVE snapshot

This commit is contained in:
nym21
2026-02-23 17:22:12 +01:00
parent be0d749f9c
commit 3b7aa8242a
703 changed files with 29130 additions and 30779 deletions

View File

@@ -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());
}
}