Browse Source

Fix State.h.

cl-refactor
Gav Wood 11 years ago
parent
commit
31bda990b6
  1. 4
      libethereum/State.h

4
libethereum/State.h

@ -44,10 +44,10 @@ class BlockChain;
extern u256 c_genesisDifficulty;
std::map<Address, AddressState> const& genesisState();
#define ETH_SENDER_PAYS_SETUP 1
static const std::map<u256, u256> EmptyMapU256U256;
struct StateChat: public LogChannel { static const char* name() { return "=S="; } static const int verbosity = 4; };
class ExtVM;
/**

Loading…
Cancel
Save