Suppose you call sendmany or sendtoaddress on bitcoind RPC.
Suppose the transaction is created and send to the network, but RPC time out and sender process unable to read the txid.
Suppose there are several send to same address with same btc amount.
How this can be tracked programically?
I know you can pass comment to each send but I am unsure how I can collect it programically.