Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use different node secrets in onion message fuzzer
When generating onion message fuzz data, the same public key was used for each node. However, the code now advances the blinded path if the sender is the introduction node. Use different node secrets for each node to avoid this. Note that the exercised handling code is for the sender's immediate peer.
- Loading branch information