subscribetransactions is firing 2 events per tx received. Whenever I receive a transaction, lnd fires 2 events containing the same payload.
The transaction gets notified independent from the block notification once it鈥檚 confirmed and it鈥檚 also notified when processing the block notification containing the transaction.
lnd - 0.5.1-beta commit=v0.5.1-beta-dirtyuname -a on *Nix) - Linux ip-172-31-4-119 4.4.0-1060-aws #69-Ubuntu SMP Sun May 20 13:42:07 UTC 2018 x86_64 x86_64 x86_64 GNU/Linuxbtcd, bitcoind, or other backend - bitcoindAn event should be fired only when the transaction gets notified independent from the block notification once it鈥檚 confirmed.
An event is also fired when processing the block notification containing the transaction.
I think this is no longer the case for updates from the invoice RPC sub-server.
This is regarding wallet transaction notifications.
I can confirm the issue is still present
Most helpful comment
I can confirm the issue is still present