mirror of
https://gitlab.com/pulsechaincom/erigon-pulse.git
synced 2024-12-22 03:30:37 +00:00
Remove mentions of Morden testnet (#3642)
* Update index.rst * Update handler.go
This commit is contained in:
parent
6d9baab566
commit
673d3a1646
@ -153,7 +153,7 @@ Returns the current network id.
|
||||
* - Type
|
||||
- Description
|
||||
* - ``STRING``
|
||||
- The current network id. One of |br| ``1``: Ethereum Mainnet |br| ``2``: Morden Testnet (deprecated) |br| ``3``: Ropsten Testnet |br| ``4``: Rinkeby Testnet |br| ``42``: Kovan Testnet |br|
|
||||
- The current network id. One of |br| ``1``: Ethereum Mainnet |br| ``3``: Ropsten Testnet |br| ``4``: Rinkeby Testnet |br| ``42``: Kovan Testnet |br|
|
||||
|
||||
--------------
|
||||
|
||||
|
@ -91,7 +91,7 @@ type TxPool interface {
|
||||
// NodeInfo represents a short summary of the `eth` sub-protocol metadata
|
||||
// known about the host peer.
|
||||
type NodeInfo struct {
|
||||
Network uint64 `json:"network"` // Ethereum network ID (1=Frontier, 2=Morden, Ropsten=3, Rinkeby=4)
|
||||
Network uint64 `json:"network"` // Ethereum network ID (1=Frontier, Ropsten=3, Rinkeby=4)
|
||||
Difficulty *big.Int `json:"difficulty"` // Total difficulty of the host's blockchain
|
||||
Genesis common.Hash `json:"genesis"` // SHA3 hash of the host's genesis block
|
||||
Config *params.ChainConfig `json:"config"` // ChainDB configuration for the fork rules
|
||||
|
Loading…
Reference in New Issue
Block a user