1
0
Fork 0
forked from lthn/blockchain

fixed misprint

This commit is contained in:
cryptozoidberg 2019-12-03 23:55:02 +01:00
parent 98636c52a1
commit c863094c11
No known key found for this signature in database
GPG key ID: 22DEB97A54C6FDEC

View file

@ -383,12 +383,12 @@ public:
struct get_recent_transfers_request
{
uint64_t wallet_id;
uint64_t offest;
uint64_t offset;
uint64_t count;
BEGIN_KV_SERIALIZE_MAP()
KV_SERIALIZE(wallet_id)
KV_SERIALIZE(offest)
KV_SERIALIZE(offset)
KV_SERIALIZE(count)
END_KV_SERIALIZE_MAP()
};