@ -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 basepoints theirs;
struct pubkey their_funding_pubkey;
secp256k1_ecdsa_signature sig;
u32 minimum_depth;
const u8 *wscript;