From 411f65b24b9c6d42b3b39a6a7f37b60b7fee52d6 Mon Sep 17 00:00:00 2001 From: JoelKatz Date: Tue, 29 May 2012 12:34:46 -0700 Subject: [PATCH] Remove some dead messages. --- src/newcoin.proto | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/src/newcoin.proto b/src/newcoin.proto index f1e453fc8c..7a49e03c95 100644 --- a/src/newcoin.proto +++ b/src/newcoin.proto @@ -2,13 +2,13 @@ package newcoin; enum MessageType { // core - mtHELLO= 1; - mtERROR_MSG= 2; - mtPING= 3; + mtHELLO= 1; + mtERROR_MSG= 2; + mtPING= 3; // network presence detection - mtGET_CONTACTS= 10; - mtCONTACT= 11; + mtGET_CONTACTS= 10; + mtCONTACT= 11; // operations for 'small' nodes mtSEARCH_TRANSACTION= 20; @@ -20,10 +20,8 @@ enum MessageType { mtGET_LEDGER= 31; mtLEDGER= 32; mtPROPOSE_LEDGER= 33; - mtCLOSE_LEDGER= 35; - mtSTATUS_CHANGE= 36; - mtPEER_POSITION= 37; - mtHAVE_SET= 38; + mtSTATUS_CHANGE= 34; + mtHAVE_SET= 35; // data replication and synchronization mtGET_VALIDATIONS= 40;