We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d8ac13 commit 67e1218Copy full SHA for 67e1218
consensus/system_contract/system_contract.go
@@ -50,6 +50,8 @@ func New(ctx context.Context, config *params.SystemContractConfig, client sync_s
50
51
ctx: ctx,
52
cancel: cancel,
53
+
54
+ skipSignerCheck: skipSignerCheck,
55
}
56
57
if err := s.fetchAddressFromL1(); err != nil {
0 commit comments