mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-02-21 14:24:09 +01:00
Remove unused send_offer(...) parameter: const u8 *funding_wscript
This commit is contained in:
parent
6195839783
commit
2627d0c33b
1 changed files with 0 additions and 3 deletions
|
@ -140,7 +140,6 @@ static void do_reconnect(struct crypto_state *cs,
|
|||
static void send_offer(struct crypto_state *cs,
|
||||
const struct channel_id *channel_id,
|
||||
const struct pubkey funding_pubkey[NUM_SIDES],
|
||||
const u8 *funding_wscript,
|
||||
u8 *scriptpubkey[NUM_SIDES],
|
||||
const struct bitcoin_txid *funding_txid,
|
||||
unsigned int funding_txout,
|
||||
|
@ -487,7 +486,6 @@ int main(int argc, char *argv[])
|
|||
if (whose_turn == LOCAL) {
|
||||
send_offer(&cs,
|
||||
&channel_id, funding_pubkey,
|
||||
funding_wscript,
|
||||
scriptpubkey, &funding_txid, funding_txout,
|
||||
funding_satoshi, satoshi_out, funder,
|
||||
our_dust_limit,
|
||||
|
@ -533,7 +531,6 @@ int main(int argc, char *argv[])
|
|||
min_fee_to_accept);
|
||||
send_offer(&cs, &channel_id,
|
||||
funding_pubkey,
|
||||
funding_wscript,
|
||||
scriptpubkey, &funding_txid, funding_txout,
|
||||
funding_satoshi, satoshi_out, funder,
|
||||
our_dust_limit,
|
||||
|
|
Loading…
Add table
Reference in a new issue