Skip to content

Commit

Permalink
fix: opp
Browse files Browse the repository at this point in the history
  • Loading branch information
JordyRo1 committed May 13, 2024
1 parent 060938f commit 3573bb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/contracts/mailbox.cairo
Original file line number Diff line number Diff line change
Expand Up @@ -391,7 +391,7 @@ pub mod mailbox {
};
let hook = IPostDispatchHookDispatcher { contract_address: hook_address };
required_hook.quote_dispatch(hook_metadata.clone(), message.clone())
- hook.quote_dispatch(hook_metadata, message)
+ hook.quote_dispatch(hook_metadata, message)
}

/// Returns the ISM to use for the recipient, defaulting to the default ISM if none is specified.
Expand Down

0 comments on commit 3573bb9

Please sign in to comment.