Radish alpha
h
Radicle Heartwood Protocol & Stack
Radicle
Git (anonymous pull)
Log in to clone via SSH
core: Fix doctest
✗ CI failure Lorenz Leutgeb committed 3 months ago
commit bd5436d7912d7252d20fbb3c403f61261a0506eb
parent b41ce2e6fa58f7c0bcfa60204e4fc7ea44838d71
1 failed (1 total) View logs
1 file changed +2 -2
modified crates/radicle-core/src/node.rs
@@ -2,11 +2,11 @@
//! is a Ed25519 public key.
//!
//! The human-readable format is a multibase-encoded format of the underlying Ed25519 public key, i.e.
-
//! ```
+
//! ```text
//! MULTIBASE(base58-btc, MULTICODEC(public-key-type, raw-public-key-bytes))
//! ```
//! which results in strings that look like:
-
//! ```
+
//! ```text
//! z6MknSLrJoTcukLrE435hVNQT4JUhbvWLX4kUzqkEStBU8Vi
//! ```