lib/tapyrus/message/not_found.rb in tapyrus-0.2.7 vs lib/tapyrus/message/not_found.rb in tapyrus-0.2.8
- old
+ new
@@ -1,8 +1,7 @@
module Tapyrus
module Message
-
# notfound message
# https://bitcoin.org/en/developer-reference#notfound
class NotFound < Base
include InventoriesParser
extend InventoriesParser
@@ -12,10 +11,8 @@
COMMAND = 'notfound'
def initialize(inventories = [])
@inventories = inventories
end
-
end
end
-
end