Skip to content

Commit

Permalink
chore: make target contract public (#11582)
Browse files Browse the repository at this point in the history
Resolves #11532
  • Loading branch information
sklppy88 authored Jan 29, 2025
1 parent fdabeda commit cd08d04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion noir-projects/aztec-nr/aztec/src/macros/mod.nr
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ comptime fn generate_contract_interface(m: Module) -> Quoted {

quote {
pub struct $module_name {
target_contract: dep::aztec::protocol_types::address::AztecAddress
pub target_contract: dep::aztec::protocol_types::address::AztecAddress
}

impl $module_name {
Expand Down

0 comments on commit cd08d04

Please sign in to comment.