1
0
Fork 0
forked from lthn/blockchain

wallet2.cpp compilation fixed

This commit is contained in:
cryptozoidberg 2024-10-19 18:50:11 +04:00
parent 1fe0cd17ad
commit 844e5b823f
No known key found for this signature in database
GPG key ID: 2E10CC61CAC8F36D
2 changed files with 11 additions and 1 deletions

View file

@ -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

View file

@ -1083,7 +1083,6 @@ namespace crypto
make_random();
}
}; // scalar_vec_t