]> Untitled Git - bdk/commit
Rename fields of `tx_graph::Additions`
authorShourya742 <84662239+Shourya742@users.noreply.github.com>
Sun, 30 Apr 2023 04:13:28 +0000 (09:43 +0530)
committer志宇 <hello@evanlinjin.me>
Sat, 3 Jun 2023 19:32:18 +0000 (03:32 +0800)
commitac80829caa4bc94de0acdd0459917d095358559c
tree69d4246c1435af575d62f3f23f4b1967e642f4d2
parent1c3cbefa4df7a4f93bc95203534da8ea0186fc5a
Rename fields of `tx_graph::Additions`

* Changed `tx` to `txs`
* Changed `txout` to `txouts`
crates/chain/src/indexed_tx_graph.rs
crates/chain/src/tx_graph.rs
crates/chain/tests/test_indexed_tx_graph.rs
crates/chain/tests/test_tx_graph.rs
crates/electrum/src/electrum_ext.rs