mirror of
https://github.com/LBRYFoundation/lbcd.git
synced 2025-08-23 17:47:24 +00:00
Fix version typos in README.
This commit is contained in:
parent
f8553b4a57
commit
c164de1692
1 changed files with 2 additions and 2 deletions
|
@ -55,7 +55,7 @@ function. It accepts any `io.Reader`, but typically this will be a `net.Conn`
|
||||||
to a remote node running a bitcoin peer. Example syntax is:
|
to a remote node running a bitcoin peer. Example syntax is:
|
||||||
|
|
||||||
```Go
|
```Go
|
||||||
// Use the most recent protocol verison supported by the package and the
|
// Use the most recent protocol version supported by the package and the
|
||||||
// main bitcoin network.
|
// main bitcoin network.
|
||||||
pver := btcwire.ProtocolVersion
|
pver := btcwire.ProtocolVersion
|
||||||
btcnet := btcwire.MainNet
|
btcnet := btcwire.MainNet
|
||||||
|
@ -80,7 +80,7 @@ to a remote node running a bitcoin peer. Example syntax to request addresses
|
||||||
from a remote peer is:
|
from a remote peer is:
|
||||||
|
|
||||||
```Go
|
```Go
|
||||||
// Use the most recent protocol verison supported by the package and the
|
// Use the most recent protocol version supported by the package and the
|
||||||
// main bitcoin network.
|
// main bitcoin network.
|
||||||
pver := btcwire.ProtocolVersion
|
pver := btcwire.ProtocolVersion
|
||||||
btcnet := btcwire.MainNet
|
btcnet := btcwire.MainNet
|
||||||
|
|
Loading…
Add table
Reference in a new issue