Browse Source

cargo fmt

Dastan-glitch 3 năm trước cách đây
mục cha
commit
9e65dce401
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/consensus/ouroboros/state.rs

+ 1 - 1
src/consensus/ouroboros/state.rs

@@ -11,7 +11,7 @@ use crate::{
         proof::VerifyingKey,
         util::poseidon_hash,
     },
-    node::state::{StateUpdate, ProgramState},
+    node::state::{ProgramState, StateUpdate},
 };
 
 pub struct StakeholderState {