aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorXe Iaso <me@xeiaso.net>2025-03-23 18:46:01 -0400
committerGitHub <noreply@github.com>2025-03-23 18:46:01 -0400
commit725e11d3a643bd6e909aa00aa2297a34765b7bca (patch)
tree1b85f32537e501e6e0ff7f1a2fb6e1add71eb0ea /docs
parentf462209b02cbb62864f5c4ccacd5a31cca5b138e (diff)
downloadanubis-725e11d3a643bd6e909aa00aa2297a34765b7bca.tar.xz
anubis-725e11d3a643bd6e909aa00aa2297a34765b7bca.zip
lib: fix default difficulty (#96)
Before this did not respect the difficulty flag and instead used difficulty 4. This has been fixed. Signed-off-by: Xe Iaso <me@xeiaso.net>
Diffstat (limited to 'docs')
-rw-r--r--docs/docs/CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/docs/CHANGELOG.md b/docs/docs/CHANGELOG.md
index e0743c0..10ddf29 100644
--- a/docs/docs/CHANGELOG.md
+++ b/docs/docs/CHANGELOG.md
@@ -15,6 +15,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Introduced integration tests using Playwright
- Refactor & Split up Anubis into cmd and lib.go
- Fixed bot check to only apply if address range matches
+- Fix default difficulty setting that was broken in a refactor
## v1.14.2