mirror of
https://github.com/aljazceru/lightning.git
synced 2026-01-09 17:14:28 +01:00
Changed the generation of messages so that we pass in a reference to the secp256k1_context if it is required by the underlying primitive function. This gets rid of the global `secp256k1_ctx` variable and adheres closer to how we've been handing in the context so far.