Use different node secrets in onion message fuzzer
authorJeffrey Czyz <jkczyz@gmail.com>
Wed, 7 Jun 2023 15:55:00 +0000 (10:55 -0500)
committerJeffrey Czyz <jkczyz@gmail.com>
Tue, 13 Jun 2023 18:07:48 +0000 (13:07 -0500)
commit4257f65738a521ae76dca3cbfb7693907264efac
tree3e0c9b64282fa22199a720ba965d49c7b1353e10
parentfac5f4b86bbe17dd182a0b2b78bf51f3fc4d344c
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.
fuzz/src/onion_message.rs