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 e486a50 commit c5fd3f0Copy full SHA for c5fd3f0
crates/chia-sdk-types/src/puzzle_mod.rs
@@ -49,7 +49,7 @@ pub trait Mod {
49
fn mod_reveal() -> Cow<'static, [u8]>;
50
fn mod_hash() -> TreeHash;
51
52
- /// Curry the arguments into the [`MOD_HASH`](Mod::MOD_HASH).
+ /// Curry the arguments into the [`Mod::mod_hash`].
53
fn curry_tree_hash(&self) -> TreeHash
54
where
55
Self: Sized + ToClvm<TreeHasher>,
0 commit comments