1
0
Fork 0
forked from lthn/blockchain

Forgoten line

This commit is contained in:
cryptozoidberg 2021-06-03 19:00:34 +03:00
parent b48c7b16c6
commit 9a94584ca4
No known key found for this signature in database
GPG key ID: 22DEB97A54C6FDEC

View file

@ -696,7 +696,7 @@ namespace tools
uint64_t get_top_block_height() const { return m_chain.get_top_block_height(); }
template <class t_archive>
inline void serialize(t_archive &a, const unsigned int ver_)
inline void serialize(t_archive &a, const unsigned int ver)
{
if (t_archive::is_saving::value)
{