Skip to content

Commit

Permalink
temp
Browse files Browse the repository at this point in the history
  • Loading branch information
YoGhurt111 committed Oct 17, 2024
1 parent bd6482d commit 9d3ad02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/taiko-client/proposer/transaction_builder/blob.go
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ func (b *BlobTransactionBuilder) buildOntake(txListBytesArray [][]byte) (*txmgr.
// If the current tx list bytes is the last one, then append the cached blob data to the blobs list.
if i == len(txListBytesArray)-1 {
var blob = &eth.Blob{}
if err := blob.FromData(txListBytesArray[i]); err != nil {
if err := blob.FromData(cachedBlobData); err != nil {
return nil, err
}

Expand Down

0 comments on commit 9d3ad02

Please sign in to comment.