Skip to content

Commit

Permalink
Lints
Browse files Browse the repository at this point in the history
  • Loading branch information
igamigo committed Jul 31, 2024
1 parent ed0ba4a commit da282de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/rust-client/src/store/web_store/accounts/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ impl WebStore {
let (account_stub, seed) = self.get_account_stub(account_id).await.unwrap();
let (_procedures, module_ast) =
self.get_account_code(account_stub.code_commitment()).await.unwrap();

let account_code = AccountCode::new(module_ast, &TransactionKernel::assembler()).unwrap();
let account_storage = self.get_account_storage(account_stub.storage_root()).await.unwrap();
let account_vault = self.get_vault_assets(account_stub.vault_root()).await.unwrap();
Expand Down

0 comments on commit da282de

Please sign in to comment.