mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-19 10:22:23 +00:00
ADDED LCP engine
This commit is contained in:
parent
7d46b7f6ff
commit
50fb0a24ff
1 changed files with 4 additions and 0 deletions
|
|
@ -87,6 +87,10 @@ type Ethereum struct {
|
|||
miner *miner.Miner
|
||||
gasPrice *big.Int
|
||||
etherbase common.Address
|
||||
validator common.Address
|
||||
periodBlock int64
|
||||
maxValidators int64
|
||||
epochInterval int64
|
||||
|
||||
networkID uint64
|
||||
netRPCService *ethapi.PublicNetAPI
|
||||
|
|
|
|||
Loading…
Reference in a new issue