Browse Source

Make compiler happy

ppa-0.6.1
practicalswift 7 years ago
committed by Christian Decker
parent
commit
dc25e3a6df
  1. 2
      hsmd/hsm.c
  2. 2
      openingd/opening.c

2
hsmd/hsm.c

@ -610,7 +610,7 @@ static void sign_funding_tx(struct daemon_conn *master, const u8 *msg)
struct bitcoin_tx *tx; struct bitcoin_tx *tx;
u16 outnum; u16 outnum;
size_t i; size_t i;
const struct pubkey *changekey; struct pubkey *changekey;
u8 **scriptSigs; u8 **scriptSigs;
/* FIXME: Check fee is "reasonable" */ /* FIXME: Check fee is "reasonable" */

2
openingd/opening.c

@ -215,7 +215,7 @@ static u8 *funder_channel(struct state *state,
struct bitcoin_tx *tx; struct bitcoin_tx *tx;
struct basepoints theirs; struct basepoints theirs;
struct pubkey their_funding_pubkey; struct pubkey their_funding_pubkey;
const struct pubkey *changekey; struct pubkey *changekey;
secp256k1_ecdsa_signature sig; secp256k1_ecdsa_signature sig;
u32 minimum_depth; u32 minimum_depth;
const u8 *wscript; const u8 *wscript;

Loading…
Cancel
Save