Results 2 comments of nzengi

> I'm getting the same issue running `sui move test` : > > ``` > > thread 'main' panicked at /private/tmp/sui-20250414-7842-m0k99p/sui-testnet-v1.47.0/external-crates/move/crates/move-bytecode-utils/src/lib.rs:29:17: > Duplicate module found: 0x0000000000000000000000000000000000000000000000000000000000000002::groth16 > note: run with...

Getting Duplicate module found: 0x2::groth16 in your SC..It likely means you're defining modules or using Coin in a way that's outdated.Reserve 0x2 for the groth16 zk-SNARK module. Move your code...