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

@@ -101,8 +101,8 @@ impl<K> ElectrumUpdate<K, ConfirmationHeightAnchor> {
let graph_additions = {
let old_additions = TxGraph::default().determine_additions(&update.graph);
tx_graph::Additions {
tx: old_additions.tx,
txout: old_additions.txout,
txs: old_additions.txs,
txouts: old_additions.txouts,
last_seen: old_additions.last_seen,
anchors: old_additions
.anchors