Skip to content

Commit

Permalink
fix remote_as flag
Browse files Browse the repository at this point in the history
  • Loading branch information
crisdut committed Jan 13, 2023
1 parent 4c5234f commit 5281f5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/channeld/automata/propose.rs
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ fn complete_accepted(
debug!("Funding transaction id is {}", funding_psbt.to_txid());

let channel = &mut runtime.state.channel;
let refund_psbt = channel.refund_tx(funding_psbt, true)?;
let refund_psbt = channel.refund_tx(funding_psbt, false)?;

trace!("Refund transaction: {:#?}", refund_psbt);
trace!("Local keyset: {:#}", channel.constructor().local_keys());
Expand Down

0 comments on commit 5281f5e

Please sign in to comment.