Skip to content

Commit

Permalink
Update zebra-chain/src/sprout/keys.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
dconnolly authored Oct 28, 2022
1 parent aeb54d6 commit d388faf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zebra-chain/src/sprout/keys.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ use std::fmt;

/// A Sprout _paying key_.
///
/// Derived from a sprout Spending Key.
/// Derived from a Sprout _spending key.
#[derive(Copy, Clone, Eq, PartialEq)]
#[cfg_attr(
any(test, feature = "proptest-impl"),
Expand Down

0 comments on commit d388faf

Please sign in to comment.