Skip to content

Commit

Permalink
chore: fix comment in factory lib (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
raventid authored Apr 18, 2024
1 parent 3af5107 commit af9e928
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion factory/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ impl AuroraForwarderFactory {
/// The reasons for panic:
/// - if call the transaction not owner;
/// - list of parameters is empty;
/// - list of parameters has more than 10 elements;
/// - list of parameters has more than `MAX_NUM_CONTRACTS` elements (consult implementation);
/// - wrong parameters;
#[must_use]
pub fn create(&self, parameters: Vec<DeployParameters>) -> Vec<AccountId> {
Expand Down

0 comments on commit af9e928

Please sign in to comment.