Skip to content

Commit cbeb0d2

Browse files
committed
log fix
1 parent 5e9bde1 commit cbeb0d2

File tree

1 file changed

+1
-1
lines changed
  • noir-projects/noir-contracts/contracts/app/token_contract/src

1 file changed

+1
-1
lines changed

noir-projects/noir-contracts/contracts/app/token_contract/src/main.nr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -459,7 +459,7 @@ pub contract Token {
459459

460460
// TODO(DUPLICATE_NULLIFIER_ISSUE): Nuke this log once the issue is resolved.
461461
aztec::oracle::debug_log::debug_log_format(
462-
"nullifiers in context after emission transfer_to_public: {}",
462+
"nullifiers in context after emission prepare_private_balance_increase: {}",
463463
context.nullifiers.storage().map(|n| n.value()),
464464
);
465465
// NUKE_END

0 commit comments

Comments
 (0)