Skip to content

Commit

Permalink
changes after build
Browse files Browse the repository at this point in the history
  • Loading branch information
benesjan committed Jan 3, 2024
1 parent 0a5e878 commit 1563f72
Showing 1 changed file with 7 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* Autogenerated file, do not edit! */

use dep::std;
use dep::aztec::context::{ PrivateContext, PublicContext };
use dep::protocol_types::{
Expand Down Expand Up @@ -50,6 +50,7 @@ struct ManyNotesADeepStructTestCodeGenStruct {
secret_hash: Field,
}


// Interface for calling Test functions from a private context
struct TestPrivateContextInterface {
address: AztecAddress,
Expand Down Expand Up @@ -265,6 +266,9 @@ impl TestPrivateContextInterface {
}

}




// Interface for calling Test functions from a public context
struct TestPublicContextInterface {
Expand Down Expand Up @@ -350,4 +354,5 @@ impl TestPublicContextInterface {
}

}



0 comments on commit 1563f72

Please sign in to comment.