diff options
author | Gav Wood <i@gavwood.com> | 2014-10-18 22:41:53 +0800 |
---|---|---|
committer | Gav Wood <i@gavwood.com> | 2014-10-18 22:41:53 +0800 |
commit | 65e46b62be6d61ab87bbb76fe749be3c540a1f0d (patch) | |
tree | 0cd3958fa7a672f5bec4fbbf2255e628f670ad74 /createRandomTest.cpp | |
parent | 02f60e1a537fa69f1326744441dc7a3aee3e5980 (diff) | |
download | dexon-solidity-65e46b62be6d61ab87bbb76fe749be3c540a1f0d.tar dexon-solidity-65e46b62be6d61ab87bbb76fe749be3c540a1f0d.tar.gz dexon-solidity-65e46b62be6d61ab87bbb76fe749be3c540a1f0d.tar.bz2 dexon-solidity-65e46b62be6d61ab87bbb76fe749be3c540a1f0d.tar.lz dexon-solidity-65e46b62be6d61ab87bbb76fe749be3c540a1f0d.tar.xz dexon-solidity-65e46b62be6d61ab87bbb76fe749be3c540a1f0d.tar.zst dexon-solidity-65e46b62be6d61ab87bbb76fe749be3c540a1f0d.zip |
Style fix.
Diffstat (limited to 'createRandomTest.cpp')
-rw-r--r-- | createRandomTest.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/createRandomTest.cpp b/createRandomTest.cpp index 54e3206c..f1094edc 100644 --- a/createRandomTest.cpp +++ b/createRandomTest.cpp @@ -64,9 +64,7 @@ int main(int argc, char *argv[]) string randomCode; for (int i = 0; i < lengthOfCode; ++i) - { randomCode += toHex(toCompactBigEndian(randGen())); - } // read template test file |