global: snapshot

This commit is contained in:
nym21
2025-03-02 12:45:33 +01:00
parent 0453b6903a
commit ceefc8ffc6
14 changed files with 113 additions and 94 deletions

View File

@@ -42,7 +42,7 @@ fn main() -> color_eyre::Result<()> {
let mut computer = Computer::import(&outputs_dir.join("computed"))?;
match &cli.command {
Commands::Run(args) => {
Commands::Run(_) => {
let data_dir = Path::new("../../../bitcoin");
let rpc = Box::leak(Box::new(rpc::Client::new(
"http://localhost:8332",