Optimizing the code and making it more idiomatic (#2269)
This commit is contained in:
committed by
Ignotus Peverell
parent
23df6fa976
commit
f2a29ce37a
@@ -111,7 +111,8 @@ where
|
||||
verifier_cache,
|
||||
false,
|
||||
Arc::new(Mutex::new(StopState::new())),
|
||||
).unwrap();
|
||||
)
|
||||
.unwrap();
|
||||
let (tx, rx) = channel();
|
||||
let retval = WalletProxy {
|
||||
chain_dir: chain_dir.to_owned(),
|
||||
|
||||
Reference in New Issue
Block a user