Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(dht): optimisation, no decrypt if public key dest doesn't match (#…
…4131) Description --- Don't attempt decryption if the public key destination does not match the node identity Motivation and Context --- Decryption is not necessary if the destination public key is specified and does not match. How Has This Been Tested? --- Manually, Memorynet and existing tests that check this case already pass.
- Loading branch information