Skip to content

Commit 46be8da

Browse files
committed
refactor(authwit): rename common to utils in docs example
1 parent 369f088 commit 46be8da

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/docs-developers/docs/aztec-nr/framework-description/authentication_witnesses.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ The `aztec` library includes authwit functionality. Import the necessary compone
2121

2222
```rust
2323
use aztec::{
24-
authwit::{common::compute_authwit_message_hash_from_call, public::set_authorized},
24+
authwit::{utils::compute_authwit_message_hash_from_call, public::set_authorized},
2525
macros::functions::authorize_once,
2626
};
2727
```

0 commit comments

Comments
 (0)