mirror of
https://github.com/darkrenaissance/darkfi.git
synced 2026-01-10 07:08:05 -05:00
run cargo fmt
This commit is contained in:
@@ -1,5 +1,3 @@
|
||||
|
||||
|
||||
use async_std::net::TcpStream;
|
||||
use futures::{io::WriteHalf, AsyncWriteExt};
|
||||
use fxhash::FxHashMap;
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
|
||||
use serde_json::json;
|
||||
|
||||
use darkfi::{rpc::jsonrpc, Result};
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
use darkfi::{
|
||||
crypto::{
|
||||
proof::{ProvingKey, VerifyingKey},
|
||||
util::{pedersen_commitment_u64},
|
||||
util::pedersen_commitment_u64,
|
||||
Proof,
|
||||
},
|
||||
zk::{
|
||||
|
||||
Reference in New Issue
Block a user