Skip to content

Commit

Permalink
upgrade rust to 1.75.0 nightly - 2023-11-09
Browse files Browse the repository at this point in the history
  • Loading branch information
jgreat committed Dec 11, 2024
1 parent 17ee669 commit 6972221
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions transaction/core/tests/util/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ use mc_transaction_core::{tx::Tx, BlockVersion};
use mc_transaction_core_test_utils::AccountKey;
use mc_util_test_helper::{RngType, SeedableRng};

// pub use mc_ledger_db::test_utils::INITIALIZE_LEDGER_AMOUNT;

pub fn create_test_tx(block_version: BlockVersion) -> (Tx, LedgerDB) {
let mut rng: RngType = SeedableRng::from_seed([1u8; 32]);
let sender = AccountKey::random(&mut rng);
Expand Down

0 comments on commit 6972221

Please sign in to comment.