Standard enough situation, I'm using
-walletnotify to call
gettransaction, in order to monitor incoming payments.
My plan is to iterate through all outputs and
- only check outputs that have 'category = receive'
- only check outputs that include an address I have presented to a user I.e. stored in my database
Does this sound ok to implement or am I missing something?