mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-19 15:14:23 +01:00
lightningd: fix up typesafe-cb bitcoind_getfilteredblock
`const struct filteredblock *` everywhere, as the typesafe_cb_preargs macro required. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
@@ -153,7 +153,7 @@ void bitcoind_getblockhash_(struct bitcoind *bitcoind,
|
||||
|
||||
void bitcoind_getfilteredblock_(struct bitcoind *bitcoind, u32 height,
|
||||
void (*cb)(struct bitcoind *bitcoind,
|
||||
struct filteredblock *fb,
|
||||
const struct filteredblock *fb,
|
||||
void *arg),
|
||||
void *arg);
|
||||
#define bitcoind_getfilteredblock(bitcoind_, height, cb, arg) \
|
||||
|
||||
Reference in New Issue
Block a user