mirror of
https://github.com/aljazceru/pubky-core.git
synced 2026-01-04 06:44:26 +01:00
Merge branch 'main' into feat/feed
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
|
||||
use anyhow::{anyhow, Result};
|
||||
use pkarr::Keypair;
|
||||
use tracing::info;
|
||||
// use serde::{Deserialize, Serialize};
|
||||
use std::{fmt::Debug, path::PathBuf, time::Duration};
|
||||
|
||||
@@ -41,6 +42,7 @@ impl Config {
|
||||
/// Testnet configurations
|
||||
pub fn testnet() -> Self {
|
||||
let testnet = pkarr::mainline::Testnet::new(10);
|
||||
info!(?testnet.bootstrap, "Testnet Config");
|
||||
|
||||
let bootstrap = Some(testnet.bootstrap.to_owned());
|
||||
let storage = Some(
|
||||
|
||||
Reference in New Issue
Block a user