Skip to content

Commit

Permalink
remove unnecessary vec
Browse files Browse the repository at this point in the history
  • Loading branch information
zeroXbrock committed Jan 15, 2025
1 parent 081aa7c commit 75573ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/cli/src/util.rs
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,7 @@ mod test {
}

let res = fund_accounts(
&vec!["0x0000000000000000000000000000000000000014"
&["0x0000000000000000000000000000000000000014"
.parse::<Address>()
.unwrap()],
&new_signer,
Expand Down

0 comments on commit 75573ce

Please sign in to comment.