This commit is contained in:
jed
2011-10-28 16:51:35 -07:00
parent e68b0fb8d1
commit 7436a8deec
29 changed files with 141 additions and 129 deletions

View File

@@ -24,7 +24,7 @@ typedef unsigned long long uint64;
inline int Testuint256AdHoc(std::vector<std::string> vArg);
// TODO: Do we need these things? Why not just use vector<unsigned char> ?
// We have to keep a separate base class without constructors
// so the compiler will let us use it in a union