mirror of
https://github.com/uqbar-dao/nectar.git
synced 2024-11-26 23:27:14 +03:00
Format Rust code using rustfmt
This commit is contained in:
parent
1538f8e90f
commit
03d4eff379
@ -779,7 +779,11 @@ async fn login_with_password(
|
||||
maybe_rpc: Option<String>,
|
||||
password: &str,
|
||||
) -> (Identity, Vec<u8>, Keyfile) {
|
||||
use {alloy_primitives::Address as EthAddress, sha2::{Digest, Sha256}, ring::signature::KeyPair};
|
||||
use {
|
||||
alloy_primitives::Address as EthAddress,
|
||||
ring::signature::KeyPair,
|
||||
sha2::{Digest, Sha256},
|
||||
};
|
||||
|
||||
let disk_keyfile: Vec<u8> = tokio::fs::read(format!("{}/.keys", home_directory_path))
|
||||
.await
|
||||
|
Loading…
Reference in New Issue
Block a user