diff options
author | Taylor Gerring <taylor.gerring@gmail.com> | 2014-12-22 01:42:32 +0800 |
---|---|---|
committer | Taylor Gerring <taylor.gerring@gmail.com> | 2014-12-22 01:42:32 +0800 |
commit | 1360f027d9e365242466ca346b2b56f421729d91 (patch) | |
tree | a30ff7292e87583781b682b47d851d0f6e1925fc /wire/messaging.go | |
parent | b3629c6f62bd3774eb8858819a8ee07dfb775b73 (diff) | |
parent | 795b14330ad4399ef292835eac452d258dcd7464 (diff) | |
download | go-tangerine-1360f027d9e365242466ca346b2b56f421729d91.tar go-tangerine-1360f027d9e365242466ca346b2b56f421729d91.tar.gz go-tangerine-1360f027d9e365242466ca346b2b56f421729d91.tar.bz2 go-tangerine-1360f027d9e365242466ca346b2b56f421729d91.tar.lz go-tangerine-1360f027d9e365242466ca346b2b56f421729d91.tar.xz go-tangerine-1360f027d9e365242466ca346b2b56f421729d91.tar.zst go-tangerine-1360f027d9e365242466ca346b2b56f421729d91.zip |
Merge pull request #216 from ethereum/develop
Update tests branch from develop
Diffstat (limited to 'wire/messaging.go')
-rw-r--r-- | wire/messaging.go | 3 |
1 files changed, 1 insertions, 2 deletions
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 |