Skip to content

Commit

Permalink
Backend(LN): remove debug-level CWLs
Browse files Browse the repository at this point in the history
  • Loading branch information
aarani committed Jul 13, 2022
1 parent 80181af commit 24fd111
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,6 @@ type internal InvoiceDataStore(account: NormalUtxoAccount) =
try
let fileName = self.InvoiceDataFilePath
let json = File.ReadAllText fileName
Console.WriteLine (json)
Marshalling.DeserializeCustom<AccountInvoiceData> (
json,
AccountInvoiceData.LightningSerializerSettings
Expand Down
2 changes: 0 additions & 2 deletions src/GWallet.Backend/UtxoCoin/Lightning/Node.fs
Original file line number Diff line number Diff line change
Expand Up @@ -782,7 +782,6 @@ type Node =

let claimHtlcOutput (transaction) =
async {
Console.WriteLine ("Claiming htlc output from the commitment tx")
let txb, shouldAddFee =
ClosingHelpers.ClaimHtlcOutput
transaction
Expand Down Expand Up @@ -849,7 +848,6 @@ type Node =
| None ->
return failwith "NIE"
| Some spendingTx ->
Console.WriteLine ("Claiming htlc output from the 2nd stage tx")
let txbOpt =
ClosingHelpers.ClaimDelayedHtlcTx htlcTransactions.ClosingTx spendingTx serializedChannel.SavedChannelState serializedChannel.RemoteNextCommitInfo channelPrivKeys
match txbOpt with
Expand Down

0 comments on commit 24fd111

Please sign in to comment.