Bitcoin keys now being produced per-node

This commit is contained in:
Dave Hrycyszyn
2024-06-18 16:32:32 +01:00
parent 4cf6513959
commit f5da5af0b9
8 changed files with 66 additions and 22 deletions

View File

@@ -9,7 +9,7 @@ edition = "2021"
async-trait = "0.1.52"
bft-json-crdt = { path = "../crates/bft-json-crdt" }
bft-crdt-derive = { path = "../crates/bft-json-crdt/bft-crdt-derive" }
bitcoin = "0.32.2"
bitcoin = { version = "0.32.2", features = ["rand"] }
clap = { version = "4.5.4", features = ["derive"] }
dirs = "5.0.1"
ezsockets = { version = "*", features = ["client"] }