mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-24 01:24:26 +01:00
plugins: don't keep redundant jsonrpc pointer.
We have ld already, just use that in the one place we need. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
@@ -22,7 +22,7 @@ struct plugin;
|
||||
* Create a new plugins context.
|
||||
*/
|
||||
struct plugins *plugins_new(const tal_t *ctx, struct log_book *log_book,
|
||||
struct jsonrpc *rpc, struct lightningd *ld);
|
||||
struct lightningd *ld);
|
||||
|
||||
/**
|
||||
* Initialize the registered plugins.
|
||||
|
||||
Reference in New Issue
Block a user