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 4709f62658749dc060fd0f22f500861f20d63a59
parent 0b3424857ec1c5b57d6778f2bf6f379685e7f073
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;