mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-08-08 17:22:05 +02:00
lnwallet: update tests to use latest neutrino API
This commit is contained in:
@@ -1700,7 +1700,6 @@ func runTests(t *testing.T, walletDriver *lnwallet.WalletDriver,
|
|||||||
neutrino.Config{
|
neutrino.Config{
|
||||||
DataDir: tempTestDirAlice,
|
DataDir: tempTestDirAlice,
|
||||||
Database: aliceDB,
|
Database: aliceDB,
|
||||||
Namespace: []byte("alice"),
|
|
||||||
ChainParams: *netParams,
|
ChainParams: *netParams,
|
||||||
ConnectPeers: []string{
|
ConnectPeers: []string{
|
||||||
miningNode.P2PAddress(),
|
miningNode.P2PAddress(),
|
||||||
@@ -1726,7 +1725,6 @@ func runTests(t *testing.T, walletDriver *lnwallet.WalletDriver,
|
|||||||
neutrino.Config{
|
neutrino.Config{
|
||||||
DataDir: tempTestDirBob,
|
DataDir: tempTestDirBob,
|
||||||
Database: bobDB,
|
Database: bobDB,
|
||||||
Namespace: []byte("bob"),
|
|
||||||
ChainParams: *netParams,
|
ChainParams: *netParams,
|
||||||
ConnectPeers: []string{
|
ConnectPeers: []string{
|
||||||
miningNode.P2PAddress(),
|
miningNode.P2PAddress(),
|
||||||
|
Reference in New Issue
Block a user