From 984c7e6689f720e0b60a462e00793364de397909 Mon Sep 17 00:00:00 2001 From: obscuren Date: Wed, 10 Dec 2014 00:03:50 +0100 Subject: Added encryption for messages better API for sealing messages --- wire/messaging.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'wire/messaging.go') diff --git a/wire/messaging.go b/wire/messaging.go index b919aa0f4..9c6cb5944 100644 --- a/wire/messaging.go +++ b/wire/messaging.go @@ -33,8 +33,7 @@ const ( MsgGetPeersTy = 0x04 MsgPeersTy = 0x05 - MsgStatusTy = 0x10 - //MsgGetTxsTy = 0x11 + MsgStatusTy = 0x10 MsgTxTy = 0x12 MsgGetBlockHashesTy = 0x13 MsgBlockHashesTy = 0x14 -- cgit v1.2.3