mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-11-29 23:47:13 +01:00
multi: move mockChainIO, mockNotifier to lntest/mock
This commit is contained in:
@@ -305,8 +305,8 @@ func createTestFundingManager(t *testing.T, privKey *btcec.PrivateKey,
|
||||
signer := &mock.SingleSigner{
|
||||
Privkey: alicePrivKey,
|
||||
}
|
||||
bio := &mockChainIO{
|
||||
bestHeight: fundingBroadcastHeight,
|
||||
bio := &mock.ChainIO{
|
||||
BestHeight: fundingBroadcastHeight,
|
||||
}
|
||||
|
||||
// The mock channel event notifier will receive events for each pending
|
||||
|
||||
Reference in New Issue
Block a user