Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Refinements to VRF types #14036

Merged
merged 19 commits into from
May 4, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix doc
  • Loading branch information
davxy committed Apr 29, 2023
commit eeb6ddc7c3b57a18f05dd5a7e908b3a18acc07ca
2 changes: 1 addition & 1 deletion primitives/core/src/sr25519.rs
Original file line number Diff line number Diff line change
Expand Up @@ -623,7 +623,7 @@ pub mod vrf {
pub struct VrfSignature {
/// VRF output.
pub output: VrfOutput,
/// VRF input proof.
/// VRF proof.
pub proof: VrfProof,
}

Expand Down