diff options
author | Gav Wood <i@gavwood.com> | 2014-02-28 20:55:30 +0800 |
---|---|---|
committer | Gav Wood <i@gavwood.com> | 2014-02-28 20:55:30 +0800 |
commit | a2f6a1747018942c540eaf382c87107febb006b4 (patch) | |
tree | b04ee107e53a221f5749d6645eea4c3efe2ba929 /state.cpp | |
parent | 857b9f9bf9345397a686fd5b35034e94cfde33e0 (diff) | |
download | dexon-solidity-a2f6a1747018942c540eaf382c87107febb006b4.tar.gz dexon-solidity-a2f6a1747018942c540eaf382c87107febb006b4.tar.zst dexon-solidity-a2f6a1747018942c540eaf382c87107febb006b4.zip |
Tests.
Diffstat (limited to 'state.cpp')
-rw-r--r-- | state.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -30,6 +30,8 @@ using namespace eth; int stateTest() { + cnote << "Testing State..."; + KeyPair me = sha3("Gav Wood"); KeyPair myMiner = sha3("Gav's Miner"); // KeyPair you = sha3("123"); |