Przeglądaj źródła

added zts file to contract.setup() call

rachel-rose 6 lat temu
rodzic
commit
852820ae68
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      src/bin/mimc.rs

+ 1 - 1
src/bin/mimc.rs

@@ -77,7 +77,7 @@ fn main() -> Result<()> {
 
 
     // Do the trusted setup
     // Do the trusted setup
 
 
-    contract.setup();
+    contract.setup("mimc.zts");
 
 
     // Put in our input parameters
     // Put in our input parameters