deleting some tabs

This commit is contained in:
Gabriel mermelstein 2024-10-14 11:41:53 +03:00
parent 4b9bee467b
commit cd41b1367f
No known key found for this signature in database
GPG Key ID: 82B8134785FEAE0D
1 changed files with 5 additions and 5 deletions

View File

@ -153,11 +153,11 @@ func parseNodes(rec []string) []*enode.Node {
// //
// Using Docker: // Using Docker:
// //
// IP_ADDRESS=$(hostname -I | awk '{print $1}'); // IP_ADDRESS=$(hostname -I | awk '{print $1}');
// docker run \ // docker run \
// -p 61000:61000/tcp -p 8000:8000/udp -p 8646:8646/tcp harbor.status.im/wakuorg/nwaku:v0.33.0 \ // -p 61000:61000/tcp -p 8000:8000/udp -p 8646:8646/tcp harbor.status.im/wakuorg/nwaku:v0.33.0 \
// --discv5-discovery=true --cluster-id=16 --log-level=DEBUG \ // --discv5-discovery=true --cluster-id=16 --log-level=DEBUG \
// --nat=extip:${IP_ADDRESS} --discv5-discovery --discv5-udp-port=8000 --rest-address=0.0.0.0 --store --rest-port=8646 \ // --nat=extip:${IP_ADDRESS} --discv5-discovery --discv5-udp-port=8000 --rest-address=0.0.0.0 --store --rest-port=8646 \
func TestBasicWakuV2(t *testing.T) { func TestBasicWakuV2(t *testing.T) {
extNodeRestPort := 8646 extNodeRestPort := 8646