Skip to content

Commit

Permalink
test(mine_loop): Account for merge-bit in test case generator
Browse files Browse the repository at this point in the history
Co-authored-by: Alan Szepieniec <[email protected]>
  • Loading branch information
Sword-Smith and aszepieniec committed Jan 3, 2025
1 parent db5435f commit 4a64fca
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions src/mine_loop.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1146,15 +1146,9 @@ pub(crate) mod mine_loop_tests {
"Mempool must be empty at start of loop"
);
let (transaction_empty_mempool, _coinbase_utxo_info) = {
make_coinbase_transaction_from_state(
&genesis_block,
&alice,
guesser_fee_fraction,
now,
TxProvingCapability::SingleProof,
)
.await
.unwrap()
create_block_transaction(&genesis_block, &alice, now, guesser_fee_fraction)
.await
.unwrap()
};

let cb_txkmh = transaction_empty_mempool.kernel.mast_hash();
Expand Down

0 comments on commit 4a64fca

Please sign in to comment.