new peer id for nextgraph.eu

master
Niko PLP 3 weeks ago
parent b4ea570146
commit 86a64d7ef5
  1. 2
      nextgraph/src/local_broker.rs
  2. 2
      ngcli/src/main.rs

@ -1819,7 +1819,7 @@ lazy_static! {
server_type: BrokerServerTypeV0::Domain("nextgraph.eu".to_string()),
can_verify: false,
can_forward: false,
peer_id: ng_repo::utils::decode_key("BVboIbTZzSgRzjtNSc0do8Uw2YlKk8m-4ePZ6CJkjgEA")
peer_id: ng_repo::utils::decode_key("qCDCdmh39BccRrIzuxiyGY7r2012mFeUmMV57-RbB-cA")
.unwrap(),
};
}

@ -420,7 +420,7 @@ async fn main_inner() -> Result<(), NgcliError> {
match matches.subcommand() {
Some(("get", sub_matches)) => {
log_debug!("processing get command");
//log_debug!("processing get command");
let nuri = NuriV0::new_for_readcaps(sub_matches.get_one::<String>("NURI").unwrap())?;
let overlay_id = nuri.overlay.unwrap().try_into()?;

Loading…
Cancel
Save