Fix a potential typo in BIP158.
BIP158: Fix typo - changed 'outpoints spent' to 'outputs spent'. #1124
pull evanlinjin wants to merge 1 commits into bitcoin:master from evanlinjin:bip158-fix-typo changing 1 files +1 −1-
evanlinjin commented at 10:12 AM on May 21, 2021: contributor
-
BIP158: Fix typo - changed 'outpoints spent' to 'outputs spent'. bcb7af397e
-
kanzure commented at 10:27 PM on May 28, 2021: contributor
outpoints is txid + vout, and seems to be less ambiguous than "output" to me?
-
evanlinjin commented at 5:28 PM on May 29, 2021: contributor
outpoints is txid + vout, and seems to be less ambiguous than "output" to me?
I was unaware of the "outpoints" definition. Thanks for clearing that up. I will close this PR.
- evanlinjin closed this on May 29, 2021
Contributors