mirror of
https://github.com/serai-dex/serai.git
synced 2025-12-08 04:09:23 +00:00
Use TX IDs for Bitcoin Eventualities
They're a bit more binding, smaller, provided by the Rust bitcoin library, sane, and we don't have to worry about malleability since all of our inputs are SegWit.
This commit is contained in:
@@ -35,7 +35,7 @@ async fn mint_and_burn_test() {
|
||||
|
||||
// Helper to mine a block on each network
|
||||
async fn mine_blocks(
|
||||
handles: &Vec<Handles>,
|
||||
handles: &[Handles],
|
||||
ops: &DockerOperations,
|
||||
producer: &mut usize,
|
||||
count: usize,
|
||||
|
||||
Reference in New Issue
Block a user