Skip to content

Commit

Permalink
Update contracts/deposit-contract-tests/src/test_fixture.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Marijan Petričević <[email protected]>
  • Loading branch information
jonas089 and marijanp authored Mar 27, 2024
1 parent a10d11e commit 50d36df
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions contracts/deposit-contract-tests/src/test_fixture.rs
Original file line number Diff line number Diff line change
Expand Up @@ -154,10 +154,6 @@ impl TestContext {
amount: U512,
account: AccountHash,
) {
/*
let contract_hash: AddressableEntityHash =
self.contract_hash("kairos_deposit_contract", account);
*/
let session_args = runtime_args! {
"amount" => amount,
"deposit_contract" => self.contract_hash("kairos_deposit_contract", account)
Expand Down

0 comments on commit 50d36df

Please sign in to comment.