diff options
author | Gav Wood <i@gavwood.com> | 2014-01-06 17:30:13 +0800 |
---|---|---|
committer | Gav Wood <i@gavwood.com> | 2014-01-06 17:30:13 +0800 |
commit | 256261934a9f130c35457afc7fbdfcf039864ef6 (patch) | |
tree | 5a33c6f969936443c070d7a08ad2a1dd95b53b26 /main.cpp | |
parent | 9eb90ebbd9c9498e23392b232e1cb9e9d86adaba (diff) | |
download | dexon-solidity-256261934a9f130c35457afc7fbdfcf039864ef6.tar dexon-solidity-256261934a9f130c35457afc7fbdfcf039864ef6.tar.gz dexon-solidity-256261934a9f130c35457afc7fbdfcf039864ef6.tar.bz2 dexon-solidity-256261934a9f130c35457afc7fbdfcf039864ef6.tar.lz dexon-solidity-256261934a9f130c35457afc7fbdfcf039864ef6.tar.xz dexon-solidity-256261934a9f130c35457afc7fbdfcf039864ef6.tar.zst dexon-solidity-256261934a9f130c35457afc7fbdfcf039864ef6.zip |
More crypto additions.
Diffstat (limited to 'main.cpp')
-rw-r--r-- | main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3,7 +3,7 @@ #include <secp256k1.h> #include "RLP.h" #include "Trie.h" -#include "VirtualMachine.h" +#include "State.h" using namespace std; using namespace eth; |