Skip to content

Commit ad918af

Browse files
committed
fix doc
1 parent 48f443e commit ad918af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

storage/blockchain/src/ops/output.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ pub fn output_to_output_on_chain(
208208
///
209209
/// # Panics
210210
/// This function will panic if `rct_output`'s `commitment` fails to decompress
211-
/// into a valid [`EdwardsPoint`](curve25519_dalek::edwards::EdwardsPoint).
211+
/// into a valid Ed25519 point.
212212
///
213213
/// This should normally not happen as commitments that
214214
/// are stored in the database should always be valid.

0 commit comments

Comments
 (0)