Skip to content

Commit

Permalink
Merge pull request #62 from xian-network/crosschainer-patch-8
Browse files Browse the repository at this point in the history
Update configure.py
  • Loading branch information
crosschainer authored Apr 2, 2024
2 parents 68e2789 + b95d625 commit d0e4ec9
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 d0e4ec9

Please sign in to comment.