Skip to content

Commit

Permalink
Make compiler happy
Browse files Browse the repository at this point in the history
  • Loading branch information
practicalswift authored and cdecker committed Mar 29, 2018
1 parent b45477b commit dc25e3a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion hsmd/hsm.c
Original file line number Diff line number Diff line change
Expand Up @@ -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" */
Expand Down
2 changes: 1 addition & 1 deletion openingd/opening.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit dc25e3a

Please sign in to comment.