Skip to content

Commit

Permalink
add bootstrap node
Browse files Browse the repository at this point in the history
  • Loading branch information
aopoltorzhicky committed Jun 21, 2023
1 parent 1669d3f commit f1a56f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/ipfs/node.go
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ func (n *Node) Start(ctx context.Context, bootstrap ...string) error {
"/ip4/54.172.254.208/tcp/4001/p2p/12D3KooWMsupg6xmmfmRht93nmLyRizrECj4gNh4FdUvpxE5eqaW",
"/ip4/3.84.126.176/tcp/4001/p2p/12D3KooWCMfdY2PVSJTKDujSqVrGXmeXTbCnGfgJDXr9ghTVwfyu",
"/ip4/44.201.127.70/tcp/4001/p2p/12D3KooWCW7UeJXZuXrtkqTgNWnHvS76XNHF6CGguDgYujtXrV2w",
"/ip4/3.86.199.119/tcp/4001//p2p/12D3KooWLvXioz4eHHXtt9ugJRHZe8t7ZjmyvrhttKTeRcrgHmQg",
"/ip4/3.86.199.119/tcp/4001/p2p/12D3KooWLvXioz4eHHXtt9ugJRHZe8t7ZjmyvrhttKTeRcrgHmQg",
}

if len(bootstrap) > 0 {
Expand Down

0 comments on commit f1a56f6

Please sign in to comment.