- Notifications
You must be signed in to change notification settings - Fork309
Rephrased some sections in the unit tests chapter#118
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
base:master
Are you sure you want to change the base?
Uh oh!
There was an error while loading.Please reload this page.
Conversation
Auto commit by GitBook Editor
Auto commit by GitBook Editor
bitcoin_transfer/spend_your_coin.md Outdated
@@ -1,4 +1,4 @@ | |||
## Spend your coin {#spend-your-coin} | |||
\#\# Spend your coin {\#spend-your-coin} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
why? probably a mistake
@@ -22,9 +22,9 @@ Console.WriteLine(bitcoinPrivateKey); | |||
Console.WriteLine(address); | |||
``` | |||
Note that we use the TestNet first, but you will probably do this on the MainNet as well, so you are going to spend real money! In any case, write down the **bitcoinPrivateKey** and the address! Send a few dollars of coins there and save the transaction ID \(you can find it in your wallet software or with a blockexplorer, like SmartBit for [MainNet](http://smartbit.com.au/) and [TestNet](https://testnet.smartbit.com.au/)). | |||
Note that we use the TestNet first, but you will probably do this on the MainNet as well, so you are going to spend real money! In any case, write down the **bitcoinPrivateKey** and the address! Send a few dollars of coins there and save the transaction ID \(you can find it in your wallet software or with a blockexplorer, like SmartBit for [MainNet](http://smartbit.com.au/) and [TestNet](https://testnet.smartbit.com.au/)\). | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
\)
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
So strange, if I edit the book using Gitbook editor it adds all kinds of characters to the document.
I did my previous edits with Visual studio code
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
Let me fix it first :)
That should do it, I will not use that Gitbook editor anymore, does weird things. |
No description provided.