From 66ca33d2fab96d9addf653debe5461006f2ae561 Mon Sep 17 00:00:00 2001 From: Gav Wood Date: Tue, 25 Nov 2014 11:33:19 +0100 Subject: [PATCH] Protocol bump. --- libethcore/CommonEth.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libethcore/CommonEth.cpp b/libethcore/CommonEth.cpp index 19522d5de..c12c71774 100644 --- a/libethcore/CommonEth.cpp +++ b/libethcore/CommonEth.cpp @@ -33,7 +33,7 @@ namespace dev namespace eth { -const unsigned c_protocolVersion = 43; +const unsigned c_protocolVersion = 44; const unsigned c_databaseVersion = 4; static const vector> g_units =