@@ -0,0 +1,3 @@
+daod:
+ zkas proof/dao-mint.zk
+
@@ -16,7 +16,7 @@ use std::{
time::Instant,
};
-use crate::money;
+use crate::money_contract;
use darkfi::{
crypto::{
@@ -15,7 +15,7 @@ use darkfi::{
mod demo;
-mod money;
+mod money_contract;
use crate::demo::demo;
async fn _start() -> Result<()> {