Skip to content

Commit cab2593

Browse files
committed
docs: fix aztec-account rustdoc links
1 parent b5cd18d commit cab2593

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

crates/account/src/account.rs

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -309,8 +309,9 @@ impl std::fmt::Debug for DeployAccountOptions {
309309

310310
/// A deployment method for account contracts.
311311
///
312-
/// Wraps the generic [`DeployMethod`] from `aztec-contract` with account-specific
313-
/// fee-payment wrapping via [`AccountEntrypointMetaPaymentMethod`].
312+
/// Wraps the generic [`aztec_contract::deployment::DeployMethod`] with
313+
/// account-specific fee-payment wrapping via
314+
/// [`crate::meta_payment::AccountEntrypointMetaPaymentMethod`].
314315
pub struct DeployAccountMethod<'a, W> {
315316
wallet: &'a W,
316317
account: std::sync::Arc<dyn Account>,

0 commit comments

Comments
 (0)