fix readme
All checks were successful
Test / Run unit tests (pull_request) Successful in 12m30s

This commit is contained in:
Roy Crihfield 2023-09-27 16:48:11 +08:00
parent eab53b9a71
commit a012a70220

View File

@ -10,6 +10,6 @@ Use `scripts/compare-diffs.sh` to compare outputs of `go-ethereum/statediff` and
./scripts/compare-diffs.sh -d _var/ geth plugeth
# Compare geth-statediff and the plugin using parallel iterators:
./scripts/compare-diffs.sh -d _var/ geth plugeth
./scripts/compare-diffs.sh -d _var/ geth plugeth-parallel
A zero exit code indicates identical outputs, modulo possible duplicate nodes.