Radish alpha
h
Radicle Heartwood Protocol & Stack
Radicle
Git (anonymous pull)
Log in to clone via SSH
node: Re-export `PeerAddrParseError`
Erik Kundt committed 6 months ago
commit 8508c735f3671159c121bd5a50d990fbf3fe42da
parent 93578340d1d55b7f1b8fb31a8ccfd388f26e3ad8
1 file changed +1 -1
modified crates/radicle/src/node.rs
@@ -46,7 +46,7 @@ use crate::storage::RefUpdate;
pub use address::KnownAddress;
pub use command::{Command, CommandResult, ConnectOptions, Success, DEFAULT_TIMEOUT};
pub use config::Config;
-
pub use cyphernet::addr::{HostName, PeerAddr};
+
pub use cyphernet::addr::{HostName, PeerAddr, PeerAddrParseError};
pub use db::Database;
pub use events::{Event, Events};
pub use features::Features;