aboutsummaryrefslogtreecommitdiff
path: root/doc/fuzzing.md
diff options
context:
space:
mode:
authorTomo Ueda <[email protected]>2021-09-02 12:55:18 -0700
committerTomo Ueda <[email protected]>2021-09-02 12:55:18 -0700
commite64843ced509c24f783276d4cc0f2f26c9d527f2 (patch)
tree7956d4ea416c5b3a531dbc6f356e1c9a643d9690 /doc/fuzzing.md
parentreally s/doge/dis/g this time (diff)
downloaddiscoin-e64843ced509c24f783276d4cc0f2f26c9d527f2.tar.xz
discoin-e64843ced509c24f783276d4cc0f2f26c9d527f2.zip
really s/Doge/Dis/g this time
Diffstat (limited to 'doc/fuzzing.md')
-rw-r--r--doc/fuzzing.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/fuzzing.md b/doc/fuzzing.md
index a8dba5428..5f30df776 100644
--- a/doc/fuzzing.md
+++ b/doc/fuzzing.md
@@ -1,4 +1,4 @@
-Fuzz-testing Dogecoin Core
+Fuzz-testing Discoin Core
==========================
A special test harness `test_discoin_fuzzy` is provided to provide an easy
@@ -20,7 +20,7 @@ export AFLPATH=$PWD
Instrumentation
----------------
-To build Dogecoin Core using AFL instrumentation (this assumes that the
+To build Discoin Core using AFL instrumentation (this assumes that the
`AFLPATH` was set as above):
```
./configure --disable-ccache --disable-shared --enable-tests CC=${AFLPATH}/afl-gcc CXX=${AFLPATH}/afl-g++
@@ -51,7 +51,7 @@ Example inputs for Bitcoin Core are available from:
- https://download.visucore.com/bitcoin/bitcoin_fuzzy_in.tar.xz
- http://strateman.ninja/fuzzing.tar.xz
-Extract these (or other starting inputs) into the `inputs` directory before starting fuzzing. These will need adapting to Dogecoin before use.
+Extract these (or other starting inputs) into the `inputs` directory before starting fuzzing. These will need adapting to Discoin before use.
Fuzzing
--------