We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a912de2 commit d278801Copy full SHA for d278801
bitcoin_transfer/private_key.md
@@ -27,8 +27,8 @@ Console.WriteLine(samePrivateKey == privateKey); // True
27
28
```cs
29
PubKey publicKey = privateKey.PubKey;
30
-BitcoinPubKeyAddress bitcoinPubicKey = publicKey.GetAddress(Network.Main); // 1PUYsjwfNmX64wS368ZR5FMouTtUmvtmTY
31
-//PubKey samePublicKey = bitcoinPubicKey.ItIsNotPossible;
+BitcoinPubKeyAddress bitcoinPublicKey = publicKey.GetAddress(Network.Main); // 1PUYsjwfNmX64wS368ZR5FMouTtUmvtmTY
+//PubKey samePublicKey = bitcoinPublicKey.ItIsNotPossible;
32
```
33
34
### Exercise:
0 commit comments