Rename fields of tx_graph::Additions

* Changed `tx` to `txs`
* Changed `txout` to `txouts`
This commit is contained in:
Shourya742
2023-04-30 09:43:28 +05:30
committed by 志宇
parent 1c3cbefa4d
commit ac80829caa
5 changed files with 35 additions and 35 deletions

View File

@@ -68,7 +68,7 @@ fn insert_relevant_txs() {
graph.insert_relevant_txs(txs.iter().map(|tx| (tx, None)), None),
IndexedAdditions {
graph_additions: Additions {
tx: txs.into(),
txs: txs.into(),
..Default::default()
},
index_additions: DerivationAdditions([((), 9_u32)].into()),