From 3241992e5021747a8e81e08e71d8f90e44e71204 Mon Sep 17 00:00:00 2001 From: Duke Date: Sat, 2 Mar 2024 09:38:46 -0500 Subject: [PATCH] make seeds is an alias for this other much longer annoying command --- contrib/seeds/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/seeds/README.md b/contrib/seeds/README.md index 903e4dbd8..10948e1b4 100644 --- a/contrib/seeds/README.md +++ b/contrib/seeds/README.md @@ -5,6 +5,6 @@ Utility to generate the seeds.txt list that is compiled into the client ## Updating seeds -Update [contrib/seeds/nodes_main.txt](hush/hush3/src/branch/master/contrib/seeds/nodes_main.txt) and run `./contrib/seeds/generate-seeds.py contrib/seeds > src/chainparamsseeds.h` in the hush root directory of this repo (not the directory of this README) to update [src/chainparamsseeds.h](hush/hush3/src/branch/master/src/chainparamsseeds.h) then commit the result. +Update [contrib/seeds/nodes_main.txt](hush/hush3/src/branch/master/contrib/seeds/nodes_main.txt) and run `make seeds` in the hush root directory of this repo (not the directory of this README) to update [src/chainparamsseeds.h](hush/hush3/src/branch/master/src/chainparamsseeds.h) then commit the result.