Skip to content

Commit

Permalink
Merge branch 'main' into GH-1156-ph-cicd-nodeos-versions
Browse files Browse the repository at this point in the history
  • Loading branch information
oschwaldp-oci committed Jul 13, 2023
2 parents 56c0027 + ac55419 commit b59fede
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/TestHarness/launcher.py
Original file line number Diff line number Diff line change
Expand Up @@ -375,8 +375,8 @@ def init_genesis(self):
with open(genesis_path, 'r') as f:
genesis = json.load(f)
genesis['initial_key'] = self.network.nodes['bios'].keys[0].pubkey
genesis['max_block_cpu_usage'] = self.args.max_block_cpu_usage
genesis['max_transaction_cpu_usage'] = self.args.max_transaction_cpu_usage
genesis['initial_configuration']['max_block_cpu_usage'] = self.args.max_block_cpu_usage
genesis['initial_configuration']['max_transaction_cpu_usage'] = self.args.max_transaction_cpu_usage
return genesis

def write_genesis_file(self, node, genesis):
Expand Down

0 comments on commit b59fede

Please sign in to comment.