Fix subnet issues

This commit is contained in:
Owen 2025-02-24 20:21:57 -05:00
parent 8ee6a3f134
commit 733e0e07c3
No known key found for this signature in database
GPG key ID: 8271FDFFD9E0CCBD
4 changed files with 8 additions and 4 deletions

View file

@ -130,7 +130,8 @@ export async function pickClientDefaults(
name: site.name,
listenPort: listenPort,
endpoint: endpoint,
subnet: `${newSubnet.split("/")[0]}/${config.getRawConfig().newt.block_size}`, // we want the block size of the whole subnet
// subnet: `${newSubnet.split("/")[0]}/${config.getRawConfig().newt.block_size}`, // we want the block size of the whole subnet
subnet: newSubnet,
olmId: olmId,
olmSecret: secret
},