We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f15311b + 177f16e commit 87a4c33Copy full SHA for 87a4c33
core/beacon/types.go
@@ -124,7 +124,7 @@ type ForkchoiceStateV1 struct {
124
func encodeTransactions(txs []*types.Transaction) [][]byte {
125
var enc = make([][]byte, len(txs))
126
for i, tx := range txs {
127
- enc[i], _ = tx.MarshalBinary()
+ enc[i], _ = tx.MarshalMinimal()
128
}
129
return enc
130
0 commit comments