mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-02-22 14:42:40 +01:00
wally: Migrate channeld over to use libwally
Signed-off-by: Christian Decker <decker.christian@gmail.com>
This commit is contained in:
parent
d651ce6f3b
commit
cf9f484168
1 changed files with 1 additions and 1 deletions
|
@ -263,7 +263,7 @@ struct bitcoin_tx *commit_tx(const tal_t *ctx,
|
|||
* However, valgrind will warn us something wierd is happening */
|
||||
SUPERVERBOSE("# to-remote amount %s P2WPKH(%s)\n",
|
||||
type_to_string(tmpctx, struct amount_sat,
|
||||
&tx->output[n].amount),
|
||||
&amount),
|
||||
type_to_string(tmpctx, struct pubkey,
|
||||
&keyset->other_payment_key));
|
||||
n++;
|
||||
|
|
Loading…
Add table
Reference in a new issue