Fix some types in book

This commit is contained in:
Paul Hauner 2019-09-03 11:35:13 +10:00
parent 4bfc1a5688
commit 19dab6422a
No known key found for this signature in database
GPG Key ID: 5E2CFF9B75FA63DF

View File

@ -9,12 +9,12 @@ interop testing.
- [Avoid port clashes when starting multiple nodes](#port-bump)
- [Specify a custom slot time](#slot-time)
- Using the beacon node HTTP API:
- [Curl a nodes ENR](#http-enr)
- [Curl a nodes connected peers](#http-peer-ids)
- [Curl a nodes local peer id](#http-peer-id)
- [Curl a nodes listening multiaddrs](#http-listen-addresses)
- [Curl a nodes beacon chain head](#http-head)
- [Curl a nodes finalized checkpoint](#http-finalized)
- [Curl a node's ENR](#http-enr)
- [Curl a node's connected peers](#http-peer-ids)
- [Curl a node's local peer id](#http-peer-id)
- [Curl a node's listening multiaddrs](#http-listen-addresses)
- [Curl a node's beacon chain head](#http-head)
- [Curl a node's finalized checkpoint](#http-finalized)
## Category: CLI