android: launch with initial options
Feel free to change to have a customized android build Signed-off-by: William Casarin <jb55@jb55.com>
This commit is contained in:
@@ -91,7 +91,7 @@ impl<'a> MacOSKeyStorage<'a> {
|
||||
.iter()
|
||||
.map(|pubkey| {
|
||||
let maybe_secret = self.get_secret_key_for_pubkey(pubkey);
|
||||
Keypair::new(pubkey.clone(), maybe_secret)
|
||||
Keypair::new(*pubkey, maybe_secret)
|
||||
})
|
||||
.collect()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user