Skip to content

Commit

Permalink
wally: Migrate channeld over to use libwally
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Decker <[email protected]>
  • Loading branch information
cdecker authored and rustyrussell committed Apr 8, 2019
1 parent d651ce6 commit cf9f484
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion channeld/commit_tx.c
Original file line number Diff line number Diff line change
Expand Up @@ -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++;
Expand Down

0 comments on commit cf9f484

Please sign in to comment.