Skip to content

Commit

Permalink
Adjust CHIA_WALLET_INITIAL_NUM_PUBLIC_KEYS
Browse files Browse the repository at this point in the history
  • Loading branch information
william-gr committed Jan 4, 2025
1 parent 92356b2 commit 1236a81
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker/change_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ def main():
config['wallet'].pop('full_node_peer', None)
config['wallet']['trusted_peers'][trusted_node_id] = os.environ.get('CHIA_NODE_CRT', f'/data/chia/{chia_network}/config/ssl/full_node/public_full_node.crt')

config['wallet']['initial_num_public_keys'] = os.environ.get('CHIA_WALLET_INITIAL_NUM_PUBLIC_KEYS') or 1001

for k, v in os.environ.items():
if not k.startswith('CHIA_WALLET_'):
continue
Expand Down

0 comments on commit 1236a81

Please sign in to comment.