Hi all,
I’ve set up a NEM full node, include historical lookup
everything work fine except this api: /account/transfers/[all | incoming | outgoing ]
On my local node, it’s always return the most recent 25 transactions, even hash and id was given, it still return recent 25 transactions
I tried query from other public node and it work fine: http://nistest.opening-line.jp:7890/account/transfers/all?address=TAFMINM2IMWQ3WXJLHGOGOGOBB7C46EQ3UFIREOA&hash=8d1789fc471b14da2f882e346d2fa9753a9e0ce40b45df0e996a303812a71e3f
What wrong with my node? which configuration need to be changed? i’ve set nis.transactionHashRetentionTime = -1
Hope for your help
Thanks