Skip to content

Commit

Permalink
fixup! breacharbiter_test: remove channel close summary fields
Browse files Browse the repository at this point in the history
  • Loading branch information
cfromknecht committed Jan 4, 2018
1 parent 7e5f6e7 commit 1cd5d62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion breacharbiter_test.go
Expand Up @@ -1307,7 +1307,7 @@ func createInitChannelsWithNotifier(revocationWindow int,

aliceCommitTx, bobCommitTx, err := lnwallet.CreateCommitmentTxns(channelBal,
channelBal, &aliceCfg, &bobCfg, aliceCommitPoint, bobCommitPoint,
fundingTxIn)
*fundingTxIn)
if err != nil {
return nil, nil, nil, err
}
Expand Down

0 comments on commit 1cd5d62

Please sign in to comment.