mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-01-18 21:35:11 +01:00
Make compiler happy
This commit is contained in:
parent
b45477b081
commit
dc25e3a6df
@ -610,7 +610,7 @@ static void sign_funding_tx(struct daemon_conn *master, const u8 *msg)
|
||||
struct bitcoin_tx *tx;
|
||||
u16 outnum;
|
||||
size_t i;
|
||||
const struct pubkey *changekey;
|
||||
struct pubkey *changekey;
|
||||
u8 **scriptSigs;
|
||||
|
||||
/* FIXME: Check fee is "reasonable" */
|
||||
|
@ -215,7 +215,7 @@ static u8 *funder_channel(struct state *state,
|
||||
struct bitcoin_tx *tx;
|
||||
struct basepoints theirs;
|
||||
struct pubkey their_funding_pubkey;
|
||||
const struct pubkey *changekey;
|
||||
struct pubkey *changekey;
|
||||
secp256k1_ecdsa_signature sig;
|
||||
u32 minimum_depth;
|
||||
const u8 *wscript;
|
||||
|
Loading…
Reference in New Issue
Block a user