From 84ce28373066e65d74de084c588294d7d29da895 Mon Sep 17 00:00:00 2001 From: Dan Shields <35669742+NukeManDan@users.noreply.github.com> Date: Sun, 18 Oct 2020 23:32:19 -0600 Subject: [PATCH] correct link for https://noncesense.org/ The www subdomain is not forwarding --- docs/interacting/monerod-reference.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/interacting/monerod-reference.md b/docs/interacting/monerod-reference.md index f2f386d..9c221f4 100644 --- a/docs/interacting/monerod-reference.md +++ b/docs/interacting/monerod-reference.md @@ -231,7 +231,7 @@ These options are useful for Monero project developers and testers. Normal users | Option | Description |------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------- -| `--keep-alt-blocks` | Keep alternative blocks on restart. May help with researching reorgs etc. [Commit](https://github.com/monero-project/monero/pull/5524). Research project [www.noncesense.org](https://www.noncesense.org/). +| `--keep-alt-blocks` | Keep alternative blocks on restart. May help with researching reorgs etc. [Commit](https://github.com/monero-project/monero/pull/5524). Research project [noncesense.org](https://noncesense.org/). | `--test-drop-download` | For net tests: in download, discard ALL blocks instead checking/saving them (very fast). | `--test-drop-download-height` | Like test-drop-download but discards only after around certain height. By default `0`. | `--regtest` | Run in a regression testing mode.