Просмотр исходного кода

daod: rename money to money_contract + create Makefile

lunar-mining 4 лет назад
Родитель
Сommit
72adeab9d1

+ 3 - 0
bin/daod/Makefile

@@ -0,0 +1,3 @@
+daod:
+	zkas proof/dao-mint.zk
+

+ 1 - 1
bin/daod/src/demo.rs

@@ -16,7 +16,7 @@ use std::{
     time::Instant,
 };
 
-use crate::money;
+use crate::money_contract;
 
 use darkfi::{
     crypto::{

+ 1 - 1
bin/daod/src/main.rs

@@ -15,7 +15,7 @@ use darkfi::{
 };
 
 mod demo;
-mod money;
+mod money_contract;
 use crate::demo::demo;
 
 async fn _start() -> Result<()> {

+ 0 - 0
bin/daod/src/money/builder.rs → bin/daod/src/money_contract/builder.rs


+ 0 - 0
bin/daod/src/money/mod.rs → bin/daod/src/money_contract/mod.rs


+ 0 - 0
bin/daod/src/money/partial.rs → bin/daod/src/money_contract/partial.rs