Explorar el Código

example/lead.rd: fixed unresolved import

aggstam hace 3 años
padre
commit
78b291c6ed
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      example/lead.rs

+ 1 - 1
example/lead.rs

@@ -8,7 +8,7 @@ use darkfi::{
     blockchain::{epoch::Epoch, EpochConsensus},
     crypto::leadcoin::{LeadCoin, LEAD_PUBLIC_INPUT_LEN},
     net::Settings,
-    stakeholder::stakeholder::Stakeholder,
+    stakeholder::Stakeholder,
 };
 
 fn main() {