Sfoglia il codice sorgente

example/lead.rd: fixed unresolved import

aggstam 3 anni fa
parent
commit
78b291c6ed
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      example/lead.rs

+ 1 - 1
example/lead.rs

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