mirror of
https://github.com/aljazceru/pubky-core.git
synced 2026-01-07 16:24:20 +01:00
fix(homeserver): set the well-known keypair at Config::testnet
This commit is contained in:
@@ -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)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user