forked from lthn/blockchain
fixed misprint
This commit is contained in:
parent
98636c52a1
commit
c863094c11
1 changed files with 2 additions and 2 deletions
|
|
@ -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()
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue