fix(homeserver): set the well-known keypair at Config::testnet

This commit is contained in:
nazeh
2024-10-03 16:46:29 +03:00
parent 27dd993085
commit 83ad51eb92

View File

@@ -139,6 +139,7 @@ impl Config {
port: 15411,
dht_request_timeout: None,
db_map_size: DEFAULT_MAP_SIZE,
keypair: Keypair::from_secret_key(&[0; 32]),
..Self::test(&testnet)
}
}