From d0a39fbcf738fd9ebec73c1cf3e73792194cbc29 Mon Sep 17 00:00:00 2001 From: Alexander Block Date: Tue, 16 Jan 2018 08:29:17 +0100 Subject: [PATCH] Use "Dash Core" instead of "dash-core" in some places and Dashify --- .github/ISSUE_TEMPLATE.md | 6 +++--- doc/benchmarking.md | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index 58388c912c..8bbc651905 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -1,8 +1,8 @@ -This issue tracker is only for technical issues related to dash-core. +This issue tracker is only for technical issues related to Dash Core. -General bitcoin questions and/or support requests and are best directed to the [Dashpay Reddit](https://www.reddit.com/r/dashpay/). +General Dash questions and/or support requests and are best directed to the [Dashpay Reddit](https://www.reddit.com/r/dashpay/). To report critical security issues, email infosec@dash.org instead of creating Github issues. @@ -23,7 +23,7 @@ Tell us what happens instead ### Screenshots. If the issue is related to the GUI, screenshots can be added to this issue via drag & drop. -### What version of dash-core are you using? +### What version of Dash Core are you using? List the version number/commit ID, and if it is an official binary, self compiled or a distribution package such as PPA. ### Machine specs: diff --git a/doc/benchmarking.md b/doc/benchmarking.md index 58a6aa5d86..40450060a4 100644 --- a/doc/benchmarking.md +++ b/doc/benchmarking.md @@ -4,7 +4,7 @@ Benchmarking Dash Core has an internal benchmarking framework, with benchmarks for cryptographic algorithms such as SHA1, SHA256, SHA512 and RIPEMD160. As well as the rolling bloom filter. -After compiling dash-core, the benchmarks can be run with: +After compiling Dash Core, the benchmarks can be run with: `src/bench/bench_dash` The output will look similar to: