wip: add dummy identifier

This commit is contained in:
Sergio Chouhy
2026-04-14 18:02:38 -03:00
parent 190c811f10
commit dae617c673
12 changed files with 74 additions and 63 deletions
@@ -343,7 +343,7 @@ fn compute_circuit_output(
};
assert_eq!(
AccountId::from(npk),
AccountId::from((npk, 0)),
pre_state.account_id,
"AccountId mismatch"
);