multi test: update tests/mocks to use EstimateFeePerVSize

This commit is contained in:
Johan T. Halseth
2018-02-13 15:15:14 +01:00
parent ba3f3e1942
commit 7b30425111
4 changed files with 16 additions and 15 deletions

View File

@ -229,7 +229,7 @@ func (m *mockWalletController) FetchRootKey() (*btcec.PrivateKey, error) {
return m.rootKey, nil
}
func (*mockWalletController) SendOutputs(outputs []*wire.TxOut,
_ btcutil.Amount) (*chainhash.Hash, error) {
_ lnwallet.SatPerVByte) (*chainhash.Hash, error) {
return nil, nil
}