mirror of
https://github.com/logos-blockchain/logos-execution-zone.git
synced 2026-07-25 23:23:11 +00:00
fmt and clippy
This commit is contained in:
@@ -550,7 +550,10 @@ async fn shielded_transfers_to_two_identifiers_same_npk() -> Result<()> {
|
||||
.get(&chain_index)
|
||||
.expect("node was just inserted");
|
||||
let key_chain = &node.value.0;
|
||||
(key_chain.nullifier_public_key, key_chain.viewing_public_key.clone())
|
||||
(
|
||||
key_chain.nullifier_public_key,
|
||||
key_chain.viewing_public_key.clone(),
|
||||
)
|
||||
};
|
||||
|
||||
let npk_hex = hex::encode(npk.0);
|
||||
|
||||
Reference in New Issue
Block a user