mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-07-12 14:12:27 +02:00
multi test: update tests/mocks to use EstimateFeePerVSize
This commit is contained in:
2
mock.go
2
mock.go
@ -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
|
||||
}
|
||||
|
Reference in New Issue
Block a user