hedera-mirror-node
hedera-mirror-node copied to clipboard
Nft Allowance API - Next link generation correction
Description
With the current implementation a scenario with account.id=gt:…&token.id=gt:…&order=desc would generate wrong result.
Steps to reproduce
- Provide
account.id=gt:…&token.id=gt:…&order=descfor nft allowance rest api will generate incorrect Next Link.
Additional context
Fix next link generation to handle the above case to return account.id=gt:…&token.id=gt:…&account.id=lte:…&token.id=lt:…order=desc
Hedera network
other
Version
v.0.103.0
Operating system
None