Attempt to fix #8752
The second parameter (target confirmation) is quite strange and should probably be better documented in the RPC help of listsinceblock
(check original comment: #199 (comment))
At the moment, conflicted mempool transactions (double spends) are listed. This PR does hide all wtxs that are conflicts (GetDepthInMainChain <= -1).