multi: Fix various typos.

This commit is contained in:
Jim Posen
2017-09-25 11:25:58 -07:00
committed by Olaoluwa Osuntokun
parent 4b883b9899
commit a13ad0a339
11 changed files with 46 additions and 58 deletions

View File

@@ -164,9 +164,6 @@ func createTestChannel(alicePrivKey, bobPrivKey []byte,
return nil, nil, nil, err
}
var obsfucator [lnwallet.StateHintSize]byte
copy(obsfucator[:], aliceFirstRevoke[:])
estimator := &lnwallet.StaticFeeEstimator{
FeeRate: 24,
Confirmation: 6,