From e9b4b216ccd9ef2ee54a119581db7991aa8d0dbd Mon Sep 17 00:00:00 2001 From: cryptozoidberg Date: Thu, 1 Jul 2021 23:47:31 +0200 Subject: [PATCH] removed forgotten field --- src/wallet/wallet_public_structs_defs.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/wallet/wallet_public_structs_defs.h b/src/wallet/wallet_public_structs_defs.h index f93242e3..4c3061fd 100644 --- a/src/wallet/wallet_public_structs_defs.h +++ b/src/wallet/wallet_public_structs_defs.h @@ -269,7 +269,6 @@ namespace wallet_public KV_SERIALIZE(is_whatch_only) KV_SERIALIZE(utxo_distribution) KV_SERIALIZE(current_height) - KV_SERIALIZE_POD_AS_HEX_STRING(last_block_id) END_KV_SERIALIZE_MAP() }; };