Files
Andrew Groot ae2a746a71 Added remaining widely implemented messages.
Includes various style/consistency changes to various pages.
2020-09-23 16:58:50 -04:00

11 lines
547 B
Markdown

# Response: Not Found ("notfound")
Indicates that a requested item is not able to be relayed to the requester.
## Message Format
| Field | Length | Format | Description |
|--|--|--|--|
| inventory count | variable | [variable length integer](/protocol/formats/variable-length-integer) | The number of inventory items in this message. |
| inventory items | <inventory_count> * 36 bytes | <inventory_count> [inventory items](/protocol/network/messages/inv#inventory-item-format) | The set of inventory items that cannot be relayed. |