mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-10-10 19:53:13 +02:00
multi: Fix various typos.
This commit is contained in:
committed by
Olaoluwa Osuntokun
parent
4b883b9899
commit
a13ad0a339
@@ -134,9 +134,6 @@ func createTestPeer(notifier chainntnfs.ChainNotifier,
|
||||
return nil, nil, nil, nil, err
|
||||
}
|
||||
|
||||
var obsfucator [lnwallet.StateHintSize]byte
|
||||
copy(obsfucator[:], aliceFirstRevoke[:])
|
||||
|
||||
estimator := &lnwallet.StaticFeeEstimator{FeeRate: 50}
|
||||
feePerKw := btcutil.Amount(estimator.EstimateFeePerWeight(1) * 1000)
|
||||
aliceChannelState := &channeldb.OpenChannel{
|
||||
|
Reference in New Issue
Block a user