Browse Source

Codebase cleanups - renaming files.

cl-refactor
Gav Wood 11 years ago
parent
commit
fca6af0054
  1. 2
      libethereum/Trie.cpp
  2. 0
      libethereum/Trie.h
  3. 2
      test/main.cpp

2
libethereum/PatriciaTree.cpp → libethereum/Trie.cpp

@ -1,5 +1,5 @@
#include "Common.h"
#include "PatriciaTree.h"
#include "Trie.h"
using namespace std;
using namespace eth;

0
libethereum/PatriciaTree.h → libethereum/Trie.h

2
test/main.cpp

@ -1,7 +1,7 @@
#include <random>
#include "Common.h"
#include "RLP.h"
#include "PatriciaTree.h"
#include "Trie.h"
#include "VirtualMachine.h"
using namespace std;
using namespace eth;

Loading…
Cancel
Save