lib: reorder struct fields for consistency

This commit is contained in:
jp1ac4 2023-04-04 09:38:58 +01:00
parent b519c8d185
commit 89eb1572e9
No known key found for this signature in database
GPG Key ID: A7ACD32423568D7B

View File

@ -1292,7 +1292,7 @@ mod tests {
vout: 0,
},
block_info: Some(BlockInfo { height: 1, time: 1 }),
spend_block: Some(BlockInfo { time: 3, height: 3 }),
spend_block: Some(BlockInfo { height: 3, time: 3 }),
derivation_index: ChildNumber::from(0),
amount: bitcoin::Amount::from_sat(100_000_000),
spend_txid: Some(spend_tx.txid()),