lnwallet: remove extraneous logging messages
This commit is contained in:
parent
9bd5105ae5
commit
7310d0a0f7
@ -1,7 +1,6 @@
|
|||||||
package lnwallet
|
package lnwallet
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"encoding/hex"
|
|
||||||
"errors"
|
"errors"
|
||||||
"fmt"
|
"fmt"
|
||||||
"sync"
|
"sync"
|
||||||
@ -961,9 +960,6 @@ func (l *LightningWallet) handleFundingCounterPartySigs(msg *addCounterPartySigs
|
|||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
walletLog.Infof("sighash verify: %v", hex.EncodeToString(sigHash))
|
|
||||||
walletLog.Infof("initer verifying tx: %v", spew.Sdump(commitTx))
|
|
||||||
|
|
||||||
// Verify that we've received a valid signature from the remote party
|
// Verify that we've received a valid signature from the remote party
|
||||||
// for our version of the commitment transaction.
|
// for our version of the commitment transaction.
|
||||||
sig, err := btcec.ParseSignature(theirCommitSig, btcec.S256())
|
sig, err := btcec.ParseSignature(theirCommitSig, btcec.S256())
|
||||||
|
Loading…
Reference in New Issue
Block a user