Skip to content

Commit

Permalink
Merge pull request #10 from artfuldev/read-spaced-chain-env-var-in-sp…
Browse files Browse the repository at this point in the history
…ace-cli

Fix #3
  • Loading branch information
buffrr authored Sep 10, 2024
2 parents 5df2c6f + 80c63db commit 2051713
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion node/src/bin/space-cli.rs
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ use spaced::{
#[command(version, about, long_about = None)]
pub struct Args {
/// Bitcoin network to use
#[arg(long)]
#[arg(long, env = "SPACED_CHAIN")]
chain: spaced::config::ExtendedNetwork,
/// Spaced RPC URL [default: based on specified chain]
#[arg(long)]
Expand Down

0 comments on commit 2051713

Please sign in to comment.