mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-21 22:43:01 +00:00
nixos/tests/quorum: fix test
- add `services.quorum.genesis.config.homesteadBlock = 1`. Without it test fails with error: 'quorum-pre-start[822]: Fatal: Failed to write genesis block: unsupported fork ordering: homesteadBlock not enabled, but eip150Block enabled at 1'
This commit is contained in:
parent
5ab2ff7a7a
commit
7fb51e54e8
@ -62,6 +62,7 @@ in
|
||||
"0x0000000000000000000000000000000000000000000000000000000000000000";
|
||||
eip155Block = 1;
|
||||
eip158Block = 1;
|
||||
homesteadBlock = 1;
|
||||
isQuorum = true;
|
||||
istanbul = {
|
||||
epoch = 30000;
|
||||
|
Loading…
Reference in New Issue
Block a user