We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48f443e commit ad918afCopy full SHA for ad918af
storage/blockchain/src/ops/output.rs
@@ -208,7 +208,7 @@ pub fn output_to_output_on_chain(
208
///
209
/// # Panics
210
/// This function will panic if `rct_output`'s `commitment` fails to decompress
211
-/// into a valid [`EdwardsPoint`](curve25519_dalek::edwards::EdwardsPoint).
+/// into a valid Ed25519 point.
212
213
/// This should normally not happen as commitments that
214
/// are stored in the database should always be valid.
0 commit comments