From d303e46f6969f63a9dc0f0289708eb2d959a3b88 Mon Sep 17 00:00:00 2001 From: Manuel Araoz Date: Mon, 2 Feb 2015 16:24:17 -0300 Subject: [PATCH] add docs --- docs/messages.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/messages.md b/docs/messages.md index 39124c6..bb674cc 100644 --- a/docs/messages.md +++ b/docs/messages.md @@ -25,6 +25,9 @@ From the bitcoin protocol spec: `getdata` is used in response to `inv`, to retri GetData inherits from Inventory, as they both have the same structure. +### NotFound +notfound is a response to a getdata, sent if any requested data items could not be relayed, for example, because the requested transaction was not in the memory pool or relay set. Contains inventory information specifying which items were not found. + ### Ping Sent to another peer mainly to check the connection is still alive.