lib: reorder struct fields for consistency
This commit is contained in:
parent
b519c8d185
commit
89eb1572e9
@ -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()),
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user