Skip to content

Commit

Permalink
added etxtransactions to headerview
Browse files Browse the repository at this point in the history
  • Loading branch information
kiltsonfire authored and jdowning100 committed May 20, 2024
1 parent 50e5215 commit df6ef63
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion core/types/wo.go
Original file line number Diff line number Diff line change
Expand Up @@ -1084,7 +1084,6 @@ type WorkObjectHeaderView struct {

func (wo *WorkObject) ConvertToHeaderView() *WorkObjectHeaderView {
newWo := NewWorkObject(wo.woHeader, wo.woBody, wo.tx)
newWo.Body().SetExtTransactions(Transactions{})
newWo.Body().SetTransactions(Transactions{})
newWo.Body().SetManifest(BlockManifest{})
newWo.Body().SetInterlinkHashes(common.Hashes{})
Expand Down

0 comments on commit df6ef63

Please sign in to comment.