mirror of
https://github.com/fosrl/pangolin.git
synced 2026-03-03 01:06:39 +00:00
Fix subnet issues
This commit is contained in:
@@ -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
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user