Skip to content

Commit

Permalink
Part 3 of Restructuring BeaconBlock Proto - Remove Special Record (pr…
Browse files Browse the repository at this point in the history
  • Loading branch information
terencechain authored and KimiWu123 committed Dec 15, 2018
1 parent f031bb6 commit 7e636bd
Show file tree
Hide file tree
Showing 3 changed files with 215 additions and 236 deletions.
1 change: 0 additions & 1 deletion beacon-chain/core/types/block.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ func NewBlock(data *pb.BeaconBlock) *Block {
RandaoRevealHash32: []byte{0},
CandidatePowReceiptRootHash32: []byte{0},
StateRootHash32: []byte{0},
Specials: []*pb.SpecialRecord{},
},
}
}
Expand Down
Loading

0 comments on commit 7e636bd

Please sign in to comment.