lnwallet: update tests to use latest neutrino API

This commit is contained in:
Olaoluwa Osuntokun 2018-02-09 12:05:24 -08:00
parent 3fcce9959b
commit 7f61d8cf3d
No known key found for this signature in database
GPG Key ID: 964EA263DD637C21
1 changed files with 0 additions and 2 deletions

View File

@ -1700,7 +1700,6 @@ func runTests(t *testing.T, walletDriver *lnwallet.WalletDriver,
neutrino.Config{
DataDir: tempTestDirAlice,
Database: aliceDB,
Namespace: []byte("alice"),
ChainParams: *netParams,
ConnectPeers: []string{
miningNode.P2PAddress(),
@ -1726,7 +1725,6 @@ func runTests(t *testing.T, walletDriver *lnwallet.WalletDriver,
neutrino.Config{
DataDir: tempTestDirBob,
Database: bobDB,
Namespace: []byte("bob"),
ChainParams: *netParams,
ConnectPeers: []string{
miningNode.P2PAddress(),