Kaynağa Gözat

run cargo fmt

ghassmo 4 yıl önce
ebeveyn
işleme
d7775c210b
3 değiştirilmiş dosya ile 1 ekleme ve 4 silme
  1. 0 2
      bin/ircd/src/server.rs
  2. 0 1
      bin/tau/tau-cli/src/rpc.rs
  3. 1 1
      example/zk.rs

+ 0 - 2
bin/ircd/src/server.rs

@@ -1,5 +1,3 @@
-
-
 use async_std::net::TcpStream;
 use futures::{io::WriteHalf, AsyncWriteExt};
 use fxhash::FxHashMap;

+ 0 - 1
bin/tau/tau-cli/src/rpc.rs

@@ -1,4 +1,3 @@
-
 use serde_json::json;
 
 use darkfi::{rpc::jsonrpc, Result};

+ 1 - 1
example/zk.rs

@@ -3,7 +3,7 @@
 use darkfi::{
     crypto::{
         proof::{ProvingKey, VerifyingKey},
-        util::{pedersen_commitment_u64},
+        util::pedersen_commitment_u64,
         Proof,
     },
     zk::{