mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-11 12:15:34 +03: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
1 changed files with 1 additions and 0 deletions
|
@ -62,6 +62,7 @@ in
|
|||
"0x0000000000000000000000000000000000000000000000000000000000000000";
|
||||
eip155Block = 1;
|
||||
eip158Block = 1;
|
||||
homesteadBlock = 1;
|
||||
isQuorum = true;
|
||||
istanbul = {
|
||||
epoch = 30000;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue