bitpay / bitcore-p2p

Interface to the bitcoin P2P network for bitcore
MIT License
80 stars 276 forks source link

Inv message inventory naming confusion #76

Open olalonde opened 9 years ago

olalonde commented 9 years ago

Inventory messages contain a property called .inventory which is an array of Invectory instances. This is a bit confusing and unusual as array properties are typically pluralised. One solutions would be to rename the .inventory property to .invs. Alternatively, Invectory could be renamed to InvVector to reflect the common usage (https://en.bitcoin.it/wiki/Protocol_documentation#Inventory_Vectors).