Skip to content

Commit

Permalink
fix: re exposing intent inner hash (#11865)
Browse files Browse the repository at this point in the history
Resolves #11795
  • Loading branch information
sklppy88 authored Feb 10, 2025
1 parent ce6a5bf commit 9638792
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions yarn-project/aztec.js/src/utils/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ export {
computeInnerAuthWitHash,
computeInnerAuthWitHashFromAction,
type IntentAction,
type IntentInnerHash,
} from './authwit.js';
export { waitForPXE } from './pxe.js';
export { waitForNode, createAztecNodeClient, AztecNode } from './node.js';
Expand Down

0 comments on commit 9638792

Please sign in to comment.