Skip to content

Commit

Permalink
Update configure.py
Browse files Browse the repository at this point in the history
  • Loading branch information
crosschainer authored Apr 2, 2024
1 parent 68e2789 commit b95d625
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/xian/tools/configure.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,8 @@ def main(self):
with open(self.config_path, 'r') as f:
config = toml.load(f)

config['consensus']['create_empty_blocks'] = False

if self.args.seed_node:
info = requests.get(f'http://{self.args.seed_node}:26657/status')
id = info.json()['result']['node_info']['id']
Expand Down

0 comments on commit b95d625

Please sign in to comment.