Skip to content

Commit

Permalink
bug: rollup client types (ethereum#242)
Browse files Browse the repository at this point in the history
  • Loading branch information
tynes authored Mar 4, 2021
1 parent fe06ec0 commit 25552f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rollup/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -306,8 +306,8 @@ func transactionResponseToTransaction(res *TransactionResponse, signer *types.OV
new(big.Int).SetUint64(res.Transaction.BlockNumber),
res.Transaction.Timestamp,
origin,
types.SighashEIP155,
types.QueueOriginL1ToL2,
sighashType,
queueOrigin,
&res.Transaction.Index,
res.Transaction.QueueIndex,
)
Expand Down

0 comments on commit 25552f7

Please sign in to comment.