forked from lthn/blockchain
added missing field to serialization map
This commit is contained in:
parent
a2c617807e
commit
bc68026e30
1 changed files with 1 additions and 0 deletions
|
|
@ -408,6 +408,7 @@ public:
|
|||
KV_SERIALIZE(wallet_id)
|
||||
KV_SERIALIZE(offset)
|
||||
KV_SERIALIZE(count)
|
||||
KV_SERIALIZE(exclude_mining_txs)
|
||||
END_KV_SERIALIZE_MAP()
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue