forked from lthn/blockchain
wallet2.cpp compilation fixed
This commit is contained in:
parent
1fe0cd17ad
commit
844e5b823f
2 changed files with 11 additions and 1 deletions
|
|
@ -313,5 +313,16 @@ namespace boost
|
|||
{
|
||||
a & reinterpret_cast<char (&)[sizeof(crypto::eth_signature)]>(x);
|
||||
}
|
||||
|
||||
//TODO: @sowle please add serialization here
|
||||
#ifndef _DEBUG
|
||||
static_assert(false, "todo")
|
||||
#endif
|
||||
template <class Archive>
|
||||
inline void serialize(Archive& a, crypto::scalar_vec_t& x, const boost::serialization::version_type ver)
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
} // namespace serialization
|
||||
} // namespace boost
|
||||
|
|
|
|||
|
|
@ -1083,7 +1083,6 @@ namespace crypto
|
|||
make_random();
|
||||
}
|
||||
|
||||
|
||||
}; // scalar_vec_t
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue