Skip to content

Commit

Permalink
fix: nr codegen to use new protocol types path (#4353)
Browse files Browse the repository at this point in the history
fix #4193
  • Loading branch information
rahul-kothari authored Feb 1, 2024
1 parent 47a0a79 commit 84e63b1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ ${callStatement}
function generateStaticImports() {
return `use dep::std;
use dep::aztec::context::{ PrivateContext, PublicContext };
use dep::protocol_types::{
use dep::aztec::protocol_types::{
address::AztecAddress,
abis::function_selector::FunctionSelector,
constants::RETURN_VALUES_LENGTH,
Expand Down

0 comments on commit 84e63b1

Please sign in to comment.