Skip to content

Commit e531244

Browse files
authored
fix(taiko-client): submit proposal to the ShastaInbox (#21327)
1 parent 8db8de2 commit e531244

File tree

1 file changed

+0
-3
lines changed
  • packages/taiko-client/proposer/transaction_builder

1 file changed

+0
-3
lines changed

packages/taiko-client/proposer/transaction_builder/blob.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -182,9 +182,6 @@ func (b *BlobTransactionBuilder) BuildShasta(
182182
blobs []*eth.Blob
183183
data []byte
184184
)
185-
if preconfRouterAddress != rpc.ZeroAddress {
186-
to = &preconfRouterAddress
187-
}
188185

189186
l1Head, err := b.rpc.L1.HeaderByNumber(ctx, nil)
190187
if err != nil {

0 commit comments

Comments
 (0)