nostr:npub1xtscya34g58tk0z605fvr788k263gsu6cy9x0mhnm87echrgufzsevkk5s Likely you are currently eating a $750 plate of Sushi somewhere in Hong Kong and this is the wrong time to hassle you with a mundane thing like this.. but maybe someone at your team has an idea about this:
We have a user who is using Rizful NWC with Damus ... and he says: I want to see more transactions in my transactions list. So I am demoing the "list_transactions" call that Damus makes to our relay, and I see this incoming request:
{
"method": "list_transactions",
"params": {
"type": "",
"limit": 10,
"offset": 0,
"unpaid": false
}
}
... This means I think that Damus only wants to see 10 transactions? We actually ignore that and return more, because ten is quite a low number. But.. is this intentional, do you really only want your user to only see the 10 most recent transactions are reported by NWC?
Or am I somehow confused?
thanks