From bdf30a90a9a5e8987dd6d82d4481df5eb0d60eab Mon Sep 17 00:00:00 2001 From: Duke Leto Date: Mon, 21 Jun 2021 21:53:01 +0000 Subject: [PATCH] Update 'doc/developer-notes.md' --- doc/developer-notes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/developer-notes.md b/doc/developer-notes.md index 618d45ffe..b54e2b2f9 100644 --- a/doc/developer-notes.md +++ b/doc/developer-notes.md @@ -32,7 +32,7 @@ tail -f hushd.log To get a CSV file of the value of the anonset size for every block height: ``` -grep anonset hushd.log | cut -d= -f2 +grep 'setting zstats' hushd.log | cut -d= -f2 ``` This only needs to be calculated once, if we can verify it's correct. These are historical values that do not change. These values should match on all nodes: