Skip to content

Commit 9bc2ae5

Browse files
committed
fix: fix injl typo in core constructible
1 parent a8896cf commit 9bc2ae5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/merkle/cmr.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@ impl<'brand> CoreConstructible<'brand> for ConstructibleCmr<'brand> {
280280

281281
fn injr(child: &Self) -> Self {
282282
ConstructibleCmr {
283-
cmr: Cmr::injl(child.cmr),
283+
cmr: Cmr::injr(child.cmr),
284284
inference_context: child.inference_context.shallow_clone(),
285285
}
286286
}

0 commit comments

Comments
 (0)