Skip to content

Commit 515cb7a

Browse files
authored
Merge branch 'master' into fix/minor-wallet-issues
2 parents 0306d83 + c78954e commit 515cb7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/import.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ use std::{io::stdin, path::Path};
1515
pub struct Import {
1616
/// Forces wallet creation, removing any existing wallet file
1717
#[clap(short, long)]
18-
force: bool,
18+
pub force: bool,
1919
/// How many accounts to cache by default (Default 10)
2020
#[clap(short, long)]
2121
pub cache_accounts: Option<usize>,

0 commit comments

Comments
 (0)