Browse Source

Merge branch 'develop' of github.com:ethereum/cpp-ethereum into develop

cl-refactor
Gav Wood 11 years ago
parent
commit
04895f1202
  1. 8
      libethereum/TrieDB.h

8
libethereum/TrieDB.h

@ -31,14 +31,6 @@ namespace ldb = leveldb;
namespace eth
{
class DBFace
{
public:
virtual std::string node(h256 _h) const = 0;
virtual void insertNode(h256 _h, bytesConstRef _v) = 0;
virtual void killNode(h256 _h) = 0;
};
class BasicMap
{
public:

Loading…
Cancel
Save