Skip to content

Commit

Permalink
Add comments
Browse files Browse the repository at this point in the history
  • Loading branch information
DOBEN committed Nov 28, 2023
1 parent 09748fd commit 888344a
Show file tree
Hide file tree
Showing 3 changed files with 221 additions and 150 deletions.
2 changes: 1 addition & 1 deletion examples/cis2-multi/tests/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -772,7 +772,7 @@ fn initialize_chain_and_contract() -> (Chain, AccountKeys, ContractAddress) {
mod_ref: deployment.module_reference,
init_name: OwnedContractName::new_unchecked("init_cis2_multi".to_string()),
param: OwnedParameter::from_serial(&TokenAmountU64(100))
.expect("UpdateOperator params"),
.expect("Init params"),
})
.expect("Initialize contract");

Expand Down
Loading

0 comments on commit 888344a

Please sign in to comment.