From 2c2684374340c5a0512d8f8f60f39e3fb7d10402 Mon Sep 17 00:00:00 2001 From: Duke Leto Date: Thu, 16 Sep 2021 23:19:28 -0400 Subject: [PATCH] More dev notes --- doc/developer-notes.md | 7 ++++--- src/sync.cpp | 3 --- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/doc/developer-notes.md b/doc/developer-notes.md index 2f8d7bfdf..3e5c42cfc 100644 --- a/doc/developer-notes.md +++ b/doc/developer-notes.md @@ -29,7 +29,7 @@ It's possible to confused hush if you ran old code, stop, restart, and then writ * Update version in configure.ac and src/clientversion.h * Run ./contrib/devtools/gen-manpages.sh, commit + push results * Update checkpoints - * Update protocol version if necessary + * Update protocol version in src/version.h if necessary * Make Gitea release * Make Git Tag (Gitea can do this) @@ -146,8 +146,9 @@ on all categories (and give you a very large debug.log file). **testnet and regtest modes** -Run with the -testnet option to run with "play zcash" on the test network, if you -are testing multi-machine code that needs to operate across the internet. +Run with the -testnet option to run with "play HUSH" on the test network, if you +are testing multi-machine code that needs to operate across the internet. You can +also make a Hush Smart Chain "testcoin" with a single command: `hushd -ac_name=COIN ...` If you are testing something that can run on one machine, run with the -regtest option. In regression test mode, blocks can be created on-demand; see qa/rpc-tests/ for tests diff --git a/src/sync.cpp b/src/sync.cpp index 6b8fd38f9..209dd9edb 100644 --- a/src/sync.cpp +++ b/src/sync.cpp @@ -19,12 +19,9 @@ ******************************************************************************/ #include "sync.h" - #include "util.h" #include "utilstrencodings.h" - #include - #include #include