Skip to content

Commit

Permalink
fixup! RIP Esplora, configure bitcoin-d as chain source.
Browse files Browse the repository at this point in the history
  • Loading branch information
G8XSU committed Nov 7, 2024
1 parent 1c5f283 commit 346fe95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ use std::sync::Arc;
fn main() {
let args: Vec<String> = std::env::args().collect();

if args.len() < 6 {
if args.len() < 8 {
eprintln!(
"Usage: {} storage_path listening_addr rest_svc_addr network bitcoind_rpc_addr bitcoind_rpc_user bitcoind_rpc_password",
args[0]
Expand Down

0 comments on commit 346fe95

Please sign in to comment.