Skip to content

Commit

Permalink
Fix p2p_v2_earlykeyresponse.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Neil committed Oct 27, 2024
1 parent 490afdf commit a91c155
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/functional/p2p_v2_earlykeyresponse.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ def initiate_v2_handshake(self, garbage_len=random.randrange(4096)):
self.privkey_ours, self.ellswift_ours = ellswift_create()
self.sent_garbage = random.randbytes(garbage_len)
self.send_net_magic = False
return b"\xfa\xbf\xb5\xda"
return b"\xfd\xdd\xc6\xe1"
else:
self.can_data_be_received = True
return self.ellswift_ours[4:] + self.sent_garbage
Expand Down

0 comments on commit a91c155

Please sign in to comment.