From 49b3a1b77074af50d5cdacbae51f2e4706585f18 Mon Sep 17 00:00:00 2001 From: clemahieu Date: Tue, 28 Oct 2014 22:01:04 -0500 Subject: [PATCH] Fields not yet implemented. --- rai/core/core.hpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/rai/core/core.hpp b/rai/core/core.hpp index e3b8eb4e..77ad1f2e 100644 --- a/rai/core/core.hpp +++ b/rai/core/core.hpp @@ -150,9 +150,6 @@ namespace rai { bool deserialize (rai::stream &); void serialize (rai::stream &) override; bool operator == (rai::keepalive const &) const; - uint8_t version_running; - uint8_t version_supported; - std::bitset <16> features; std::array peers; rai::uint256_union checksum; };