Skip to content

Commit

Permalink
Factory: lints
Browse files Browse the repository at this point in the history
  • Loading branch information
gangov committed Jan 16, 2024
1 parent 4c49d81 commit 40099cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions contracts/factory/src/tests/setup.rs
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ pub fn deploy_factory_contract<'a>(
let factory = FactoryClient::new(env, &env.register_contract(None, Factory {}));
let multihop_wasm_hash = install_multihop_wasm(env);
let whitelisted_accounts = vec![
&env,
Address::from_contract_id(&BytesN::from_array(&env, &[0u8; 0x20])),
env,
Address::from_contract_id(&BytesN::from_array(env, &[0u8; 0x20])),
];

factory.initialize(&admin, &multihop_wasm_hash, &whitelisted_accounts);
Expand Down

0 comments on commit 40099cb

Please sign in to comment.