From 9a94584ca4e3abcc4eaa20529e321af4d73e29e8 Mon Sep 17 00:00:00 2001 From: cryptozoidberg Date: Thu, 3 Jun 2021 19:00:34 +0300 Subject: [PATCH] Forgoten line --- src/wallet/wallet2.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wallet/wallet2.h b/src/wallet/wallet2.h index 23d34df2..1a6ce4f0 100644 --- a/src/wallet/wallet2.h +++ b/src/wallet/wallet2.h @@ -696,7 +696,7 @@ namespace tools uint64_t get_top_block_height() const { return m_chain.get_top_block_height(); } template - 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) {