lightningnetwork / lightning-onion

Onion Routed Micropayments for the Lightning Network
MIT License
398 stars 127 forks source link

Ensure ReplaySet is fully initialized before using it #23

Closed MDrollette closed 6 years ago

MDrollette commented 6 years ago

ReplaySet contains a map that must be initialized in order to avoid nil map panics. This change makes sure the constructor is used rather than the zero value.

Reported via Slack