Post
Topic
Board Development & Technical Discussion
Transaction with Many Outputs
by
randomuser543
on 01/05/2016, 18:14:29 UTC
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?