You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just pass a TxId to AddInventoryKnown, rename to AddKnownTx
Summary:
```
Since it's only used for transactions, there's no need to pass in an inv
type.
```
Backport of core [[bitcoin/bitcoin#18044 | PR18044]].
Since thie PR is Segwit related, there is not much left.
Full commits:
- bitcoin/bitcoin@60f0acd
- bitcoin/bitcoin@dd78d1d
Only the CInv equality operator in messages.py is relevant:
- bitcoin/bitcoin@9a5392f
Test Plan:
ninja all check-all
Reviewers: #bitcoin_abc, jasonbcox
Reviewed By: #bitcoin_abc, jasonbcox
Differential Revision: https://reviews.bitcoinabc.org/D8501
0 commit comments