add beacon chain for syncing as place holder

pull/477/head
Minh Doan 6 years ago committed by Minh Doan
parent babd515a52
commit 8e745f4d90
  1. 1
      node/node.go

@ -135,6 +135,7 @@ type Node struct {
DRand *drand.DRand // The instance for distributed randomness protocol
blockchain *core.BlockChain // The blockchain for the shard where this node belongs
beaconChain *core.BlockChain // The blockchain for beacon chain.
db *ethdb.LDBDatabase // LevelDB to store blockchain.
ClientPeer *p2p.Peer // The peer for the harmony tx generator client, used for leaders to return proof-of-accept

Loading…
Cancel
Save