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.
2 parents e41f47d + 6424772 commit 056355eCopy full SHA for 056355e
.gitignore
@@ -3,7 +3,6 @@
3
/cmd/consensus/consensus
4
/cmd/execution/execution
5
/cmd/verification/verification
6
-/cmd/testclient/testclient
7
/cmd/util/util
8
/cmd/bootstrap/bootstrap
9
Makefile
@@ -238,7 +238,6 @@ tidy:
238
go mod tidy -v
239
cd integration; go mod tidy -v
240
cd crypto; go mod tidy -v
241
- cd cmd/testclient; go mod tidy -v
242
cd insecure; go mod tidy -v
243
git diff --exit-code
244
cmd/testclient/README.md
cmd/testclient/go.mod
0 commit comments