mirror of
https://github.com/Xahau/xahaud.git
synced 2025-11-19 10:05:48 +00:00
Correct typos in documentation
This commit is contained in:
committed by
manojsdoshi
parent
2f0231025f
commit
d4d937c37b
2
.github/ISSUE_TEMPLATE/bug_report.md
vendored
2
.github/ISSUE_TEMPLATE/bug_report.md
vendored
@@ -22,7 +22,7 @@ assignees: ''
|
|||||||
|
|
||||||
## Environment
|
## Environment
|
||||||
<!--Please describe your environment setup (such as Ubuntu 18.04 with Boost 1.70).-->
|
<!--Please describe your environment setup (such as Ubuntu 18.04 with Boost 1.70).-->
|
||||||
<!-- If you are using a formal release, please use the version returned by './rippled --version' as the verison number-->
|
<!-- If you are using a formal release, please use the version returned by './rippled --version' as the version number-->
|
||||||
<!-- If you are working off of develop, please add the git hash via 'git rev-parse HEAD'-->
|
<!-- If you are working off of develop, please add the git hash via 'git rev-parse HEAD'-->
|
||||||
|
|
||||||
## Supporting Files
|
## Supporting Files
|
||||||
|
|||||||
@@ -144,7 +144,7 @@ testing and running.
|
|||||||
* `-Dsan=thread` to enable the thread sanitizer with clang
|
* `-Dsan=thread` to enable the thread sanitizer with clang
|
||||||
* `-Dsan=address` to enable the address sanitizer with clang
|
* `-Dsan=address` to enable the address sanitizer with clang
|
||||||
* `-Dstatic=ON` to enable static linking library dependencies
|
* `-Dstatic=ON` to enable static linking library dependencies
|
||||||
* `-Dreporting=ON` to build code neccessary for reporting mode (defaults to OFF)
|
* `-Dreporting=ON` to build code necessary for reporting mode (defaults to OFF)
|
||||||
|
|
||||||
Several other infrequently used options are available - run `ccmake` or
|
Several other infrequently used options are available - run `ccmake` or
|
||||||
`cmake-gui` for a list of all options.
|
`cmake-gui` for a list of all options.
|
||||||
@@ -161,7 +161,7 @@ the `-j` parameter in this example tells the build tool to compile several
|
|||||||
files in parallel. This value should be chosen roughly based on the number of
|
files in parallel. This value should be chosen roughly based on the number of
|
||||||
cores you have available and/or want to use for building.
|
cores you have available and/or want to use for building.
|
||||||
|
|
||||||
When the build completes succesfully, you will have a `rippled` executable in
|
When the build completes successfully, you will have a `rippled` executable in
|
||||||
the current directory, which can be used to connect to the network (when
|
the current directory, which can be used to connect to the network (when
|
||||||
properly configured) or to run unit tests.
|
properly configured) or to run unit tests.
|
||||||
|
|
||||||
|
|||||||
@@ -164,7 +164,7 @@ the `-j` parameter in this example tells the build tool to compile several
|
|||||||
files in parallel. This value should be chosen roughly based on the number of
|
files in parallel. This value should be chosen roughly based on the number of
|
||||||
cores you have available and/or want to use for building.
|
cores you have available and/or want to use for building.
|
||||||
|
|
||||||
When the build completes succesfully, you will have a `rippled` executable in
|
When the build completes successfully, you will have a `rippled` executable in
|
||||||
the current directory, which can be used to connect to the network (when
|
the current directory, which can be used to connect to the network (when
|
||||||
properly configured) or to run unit tests.
|
properly configured) or to run unit tests.
|
||||||
|
|
||||||
|
|||||||
@@ -259,7 +259,7 @@ change without warning.**
|
|||||||
[fee escalation](#fee-escalation) and [transaction queue](#transaction-queue)
|
[fee escalation](#fee-escalation) and [transaction queue](#transaction-queue)
|
||||||
state as both fee levels and drops. The drop values assume a
|
state as both fee levels and drops. The drop values assume a
|
||||||
single-singed reference transaction. It is up to the user to compute the
|
single-singed reference transaction. It is up to the user to compute the
|
||||||
neccessary fees for other types of transactions. (E.g. multiply all drop
|
necessary fees for other types of transactions. (E.g. multiply all drop
|
||||||
values by 5 for a multi-signed transaction with 4 signatures.)
|
values by 5 for a multi-signed transaction with 4 signatures.)
|
||||||
|
|
||||||
The `fee` result is always instantanteous, and relates to the open
|
The `fee` result is always instantanteous, and relates to the open
|
||||||
|
|||||||
Reference in New Issue
Block a user