mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-19 15:14:23 +01:00
update libwally to latest version 0.6.9
Also removes a workaround caused by bug in libwally (!95) which has been fixed. Signed-off-by: Lawrence Nahum <lawrence@greenaddress.it>
This commit is contained in:
committed by
Christian Decker
parent
0fc42415c2
commit
a9e71d76b5
@@ -149,8 +149,7 @@ void daemon_setup(const char *argv0,
|
||||
/* We handle write returning errors! */
|
||||
signal(SIGPIPE, SIG_IGN);
|
||||
wally_init(0);
|
||||
/* FIXME: https://github.com/ElementsProject/libwally-core/issues/95 */
|
||||
secp256k1_ctx = (secp256k1_context *)wally_get_secp_context();
|
||||
secp256k1_ctx = wally_get_secp_context();
|
||||
|
||||
setup_tmpctx();
|
||||
io_poll_override(daemon_poll);
|
||||
|
||||
Reference in New Issue
Block a user