Skip to content

Commit

Permalink
chore: update miden-base dependency to fixed version
Browse files Browse the repository at this point in the history
  • Loading branch information
polydez committed Apr 5, 2024
1 parent 187b7e8 commit 324bca3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions store/src/db/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -172,8 +172,8 @@ fn test_sql_select_accounts() {
// test multiple entries
let mut state = vec![];
for i in 0..10_u64 {
let account_id =
AccountId::new_dummy(rand_array(), AccountType::RegularAccountImmutableCode);
let init_seed = rand_array();
let account_id = AccountId::new_dummy(init_seed, AccountType::RegularAccountImmutableCode);
let account_hash = num_to_rpo_digest(i);
state.push(AccountInfo {
account_id: account_id.into(),
Expand Down

0 comments on commit 324bca3

Please sign in to comment.