Skip to content

Commit

Permalink
Extra clone
Browse files Browse the repository at this point in the history
  • Loading branch information
ytham committed Nov 1, 2024
1 parent c03a5eb commit 844ad9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vm/src/arch/chip_set.rs
Original file line number Diff line number Diff line change
Expand Up @@ -751,7 +751,7 @@ impl VmConfig {
limb_bits: 8,
};
let config48 = ExprBuilderConfig {
modulus: modulus.clone(),
modulus,
num_limbs: 48,
limb_bits: 8,
};
Expand Down

0 comments on commit 844ad9d

Please sign in to comment.