We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 491490c commit cbe894bCopy full SHA for cbe894b
src/audit/README.md
@@ -40,9 +40,10 @@ FRAGMENTS_STORAGE=/tmp/fund9-leader-1/persist/leader-1
40
BLOCK0=/tmp/fund9-leader-1/artifacts/block0.bin
41
FRAGMENTS_STORAGE=/tmp/fund9-leader-1/persist/leader-1
42
GAMMA=0.5
43
+PRECISION=5
44
45
-./target/release/offline --fragments $FRAGMENTS_STORAGE --block0 $BLOCK0 --gamma $GAMMA
46
+./target/release/offline --fragments $FRAGMENTS_STORAGE --block0 $BLOCK0 --gamma $GAMMA --precision $PRECISION
47
```
48
49
This will create three files:
0 commit comments