Skip to content

Commit

Permalink
update per cr
Browse files Browse the repository at this point in the history
  • Loading branch information
tsachiherman committed Oct 10, 2024
1 parent d0cd932 commit 229d669
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions chain/transaction.go
Original file line number Diff line number Diff line change
Expand Up @@ -116,10 +116,6 @@ func (t *TransactionData) Marshal(p *codec.Packer) error {

func (t *TransactionData) marshal(p *codec.Packer) error {
t.Base.Marshal(p)
if err := p.Err(); err != nil {
return err
}

return t.Actions.marshalInto(p)
}

Expand Down

0 comments on commit 229d669

Please sign in to comment.