From 31bda990b633a5444db6af41973a22c4ec1970c7 Mon Sep 17 00:00:00 2001 From: Gav Wood Date: Tue, 25 Feb 2014 11:12:54 +0000 Subject: [PATCH] Fix State.h. --- libethereum/State.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libethereum/State.h b/libethereum/State.h index 30ab9686d..0ccc94164 100644 --- a/libethereum/State.h +++ b/libethereum/State.h @@ -44,10 +44,10 @@ class BlockChain; extern u256 c_genesisDifficulty; std::map const& genesisState(); -#define ETH_SENDER_PAYS_SETUP 1 - static const std::map EmptyMapU256U256; +struct StateChat: public LogChannel { static const char* name() { return "=S="; } static const int verbosity = 4; }; + class ExtVM; /**