added building of (private) audit tool; improved help text for AUDIT command in CLI

This commit is contained in:
Some Random Crypto Guy
2025-01-30 13:56:17 +00:00
parent 62c43a4ed2
commit 8cd587ec54
3 changed files with 44 additions and 3 deletions

3
.gitignore vendored
View File

@@ -30,6 +30,9 @@ contrib/gitian/builder/
contrib/gitian/docker/
contrib/gitian/sigs/
# Audit tool
src/blockchain_utilities/blockchain_audit.cpp
# Created by https://www.gitignore.io
### C++ ###