Skip to content

Commit

Permalink
reset fork config (in case there is magic config file with fork defined)
Browse files Browse the repository at this point in the history
  • Loading branch information
dkijania committed Jan 9, 2025
1 parent c3c7c34 commit e71d6a7
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion src/lib/integration_test_lib/test_config.ml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,14 @@ let proof_config_default : Runtime_config.Proof_keys.t =
; coinbase_amount = None
; supercharged_coinbase_factor = None
; account_creation_fee = None
; fork = None
; fork =
Some
{ blockchain_length = 0
; global_slot_since_genesis = 0
; state_hash =
"3NKSvjaGSKiQuAt8BP1b1VCpLbJc9RcEFjYCaBYsJJFdrtd6tpaV"
(*any state hash would do*)
}
}

let log_filter_of_event_type ev_existential =
Expand Down

0 comments on commit e71d6a7

Please sign in to comment.