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 5e9bde1 commit cbeb0d2Copy full SHA for cbeb0d2
noir-projects/noir-contracts/contracts/app/token_contract/src/main.nr
@@ -459,7 +459,7 @@ pub contract Token {
459
460
// TODO(DUPLICATE_NULLIFIER_ISSUE): Nuke this log once the issue is resolved.
461
aztec::oracle::debug_log::debug_log_format(
462
- "nullifiers in context after emission transfer_to_public: {}",
+ "nullifiers in context after emission prepare_private_balance_increase: {}",
463
context.nullifiers.storage().map(|n| n.value()),
464
);
465
// NUKE_END
0 commit comments