mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 09:46:12 +00:00
Fix various typos or naming inconsistencies
This commit is contained in:
parent
abf8ac25d6
commit
0cb0a999f6
3 changed files with 19 additions and 19 deletions
|
@ -89,7 +89,7 @@ Verify that we now have 50 bitcoins available to spend.
|
|||
Bitcoin Core provides several RPCs which handle all the details of
|
||||
spending, including creating change outputs and paying appropriate fees.
|
||||
Even advanced users should use these RPCs whenever possible to decrease
|
||||
the chance that satoshis will be lost to mistakes.
|
||||
the chance that satoshis will be lost by mistake.
|
||||
|
||||
{% highlight bash %}
|
||||
> bitcoin-cli -regtest getnewaddress
|
||||
|
@ -400,7 +400,7 @@ variables.
|
|||
In this example, we'll create a transaction with two inputs and two
|
||||
outputs. We'll sign each of the inputs separately, as might happen if
|
||||
the two inputs belonged to different people who agreed to create a
|
||||
transaction together (such as a Coinjoin transaction).
|
||||
transaction together (such as a CoinJoin transaction).
|
||||
|
||||
<div markdown="1" class="multicode">
|
||||
{% highlight bash %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue