Skip to content

Commit

Permalink
Update lib.rs
Browse files Browse the repository at this point in the history
linting
  • Loading branch information
Teolhyn authored Jul 16, 2024
1 parent d53b6f6 commit 672efc8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions contracts/loan_pool/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -116,9 +116,9 @@ impl LoanPoolTrait for LoanPoolContract {
fn initialize(e: Env, token_wasm_hash: BytesN<32>, token: Address) {
let share_contract = create_contract(&e, token_wasm_hash, &token);
token::Client::new(&e, &share_contract).initialize(
&e.current_contract_address(),
&7u32,
&"XLM Pool Share Token".into_val(&e),
&e.current_contract_address(),
&7u32,
&"XLM Pool Share Token".into_val(&e),
&"pXLM".into_val(&e),
);

Expand Down

0 comments on commit 672efc8

Please sign in to comment.