1
0
Fork 0
forked from lthn/blockchain

added missing field to serialization map

This commit is contained in:
cryptozoidberg 2020-09-09 13:15:46 +02:00
parent a2c617807e
commit bc68026e30
No known key found for this signature in database
GPG key ID: 22DEB97A54C6FDEC

View file

@ -408,6 +408,7 @@ public:
KV_SERIALIZE(wallet_id)
KV_SERIALIZE(offset)
KV_SERIALIZE(count)
KV_SERIALIZE(exclude_mining_txs)
END_KV_SERIALIZE_MAP()
};