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:
Luke Parker
2023-12-05 10:37:02 -05:00
parent 62fa31de07
commit 3a6c7ad796
5 changed files with 27 additions and 49 deletions

View File

@@ -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,