Added encryption for messages better API for sealing messages

This commit is contained in:
obscuren
2014-12-10 00:03:50 +01:00
parent 87adff7e18
commit 984c7e6689
4 changed files with 90 additions and 23 deletions

View File

@ -33,8 +33,7 @@ const (
MsgGetPeersTy = 0x04
MsgPeersTy = 0x05
MsgStatusTy = 0x10
//MsgGetTxsTy = 0x11
MsgStatusTy = 0x10
MsgTxTy = 0x12
MsgGetBlockHashesTy = 0x13
MsgBlockHashesTy = 0x14