Skip to content

Commit 5d378a0

Browse files
committed
apply review from coderabbitai
1 parent 88066d7 commit 5d378a0

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

coordinator/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,9 @@ See [monorepo prerequisites](../README.md#prerequisites).
1010

1111
## Build
1212

13+
Using Go version 1.22
14+
1315
```bash
14-
# gvm use go1.22 # if your global Go version is not 1.22
1516
make clean
1617
make coordinator_api
1718
make coordinator_cron

coordinator/internal/logic/libzkp/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ fmt:
1212

1313
clean:
1414
@cargo clean --release -p libzkp -p libzkp-c -p l2geth
15-
@rm -f lib/libzkp.so
15+
@rm -f lib/$(LIB_ZKP_NAME)
1616

1717
clippy:
1818
@cargo check --release --all-features

0 commit comments

Comments
 (0)