Skip to content

Commit

Permalink
fix: switching to thread 0 (#1707)
Browse files Browse the repository at this point in the history
  • Loading branch information
revitteth authored Feb 3, 2025
1 parent 5626125 commit 157d43c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zk/stages/stage_sequence_execute_blocks.go
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@ func addSenders(
finalHeader *types.Header,
) error {
signer := types.MakeSigner(cfg.chainConfig, newNum.Uint64(), 0)
cryptoContext := secp256k1.ContextForThread(1)
cryptoContext := secp256k1.ContextForThread(0)
senders := make([]common.Address, 0, len(finalTransactions))
for _, transaction := range finalTransactions {
from, ok := transaction.GetSender()
Expand Down

0 comments on commit 157d43c

Please sign in to comment.