types: rename partsheader to partsetheader (#5029)

Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
This commit is contained in:
Marko
2020-06-22 09:38:03 +02:00
committed by GitHub
co-authored by mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
parent dc87c09d93
commit 51da4fe356
51 changed files with 587 additions and 1032 deletions
@@ -222,7 +222,7 @@ func (th *TestHarness) TestSignProposal() error {
POLRound: -1,
BlockID: types.BlockID{
Hash: hash,
PartsHeader: types.PartSetHeader{
PartSetHeader: types.PartSetHeader{
Hash: hash,
Total: 1000000,
},
@@ -269,7 +269,7 @@ func (th *TestHarness) TestSignVote() error {
Round: 0,
BlockID: types.BlockID{
Hash: hash,
PartsHeader: types.PartSetHeader{
PartSetHeader: types.PartSetHeader{
Hash: hash,
Total: 1000000,
},