Skip to content

Commit

Permalink
Update node/node_test.go
Browse files Browse the repository at this point in the history
  • Loading branch information
algorandskiy authored Jun 25, 2024
1 parent 005e225 commit 66a1d35
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions node/node_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -165,9 +165,6 @@ func setupFullNodesEx(

t.Logf("Root directory of node %d (%s): %s\n", i, ni.wsNetAddr(), rootDirectory)

// // Save empty phonebook - we'll add peers after they've been assigned listening ports
// err := config.SavePhonebookToDisk(make([]string, 0), rootDirectory)
// require.NoError(t, err)

genesisDir := filepath.Join(rootDirectory, g.ID())
os.Mkdir(genesisDir, 0700)
Expand Down

0 comments on commit 66a1d35

Please sign in to comment.