mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Remove some debug output.
Make hash construction safer.
This commit is contained in:
parent
c98ca8f722
commit
c027645280
8
main.cpp
8
main.cpp
@ -41,10 +41,10 @@ int main(int argc, char** argv)
|
||||
std::cout << asHex(s.out()) << std::endl;
|
||||
std::cout << sha3(s.out()) << std::endl;*/
|
||||
|
||||
// hexPrefixTest();
|
||||
// rlpTest();
|
||||
// trieTest();
|
||||
// daggerTest();
|
||||
hexPrefixTest();
|
||||
rlpTest();
|
||||
trieTest();
|
||||
daggerTest();
|
||||
cryptoTest();
|
||||
// stateTest();
|
||||
// peerTest(argc, argv);
|
||||
|
Loading…
Reference in New Issue
Block a user