Skip to content

Commit 62e4205

Browse files
committed
Remove unused global sizes for bb_proof_verification in ValueNotEqual contract
1 parent a239ba0 commit 62e4205

File tree

1 file changed

+0
-4
lines changed
  • recursive_verification/contract/src

1 file changed

+0
-4
lines changed

recursive_verification/contract/src/main.nr

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,6 @@ use aztec::macros::aztec;
22

33
#[aztec]
44
pub contract ValueNotEqual {
5-
// Sizes for bb_proof_verification
6-
global HONK_VK_SIZE: u32 = 115;
7-
global HONK_PROOF_SIZE: u32 = 508;
8-
95
use aztec::{
106
macros::{functions::{external, initializer, internal, only_self, view}, storage::storage},
117
oracle::debug_log::debug_log_format,

0 commit comments

Comments
 (0)