Skip to content

Commit

Permalink
Update mod.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
igamigo authored Sep 17, 2024
1 parent 6be44f5 commit e95ff6d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions miden-lib/src/accounts/wallets/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,7 @@ pub fn create_basic_wallet(
let assembler = TransactionKernel::assembler();
let account_code = AccountCode::compile(source_code, assembler)?;

let account_storage = AccountStorage::new(vec![
StorageSlot::Value(storage_slot_0_data),
])?;
let account_storage = AccountStorage::new(vec![StorageSlot::Value(storage_slot_0_data)])?;

let account_seed = AccountId::get_account_seed(
init_seed,
Expand Down

0 comments on commit e95ff6d

Please sign in to comment.