File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -137,7 +137,7 @@ impl P2pNode {
137
137
// "/dnsaddr/bootstrap.libp2p.io/p2p/QmbLHAnMoJPWSCR5Zhtx6BHJX9KiKNN6tpvbUcqanj75Nb",
138
138
// "/dnsaddr/bootstrap.libp2p.io/p2p/QmcZf59bWwK5XFi76CZX8cbJ4BhTzzA3gU1ZjYZcYW3dwt",
139
139
// "/ip4/104.131.131.82/tcp/4001/p2p/QmaCpDMGvV2BGHeYERUEnRQAwe3N8SzbUtfsmvsqQLuvuJ", // mars.i.ipfs.io
140
- "/ip4/10.0.0.6/tcp/4001/p2p/12D3KooWDWRNoUoZn3h9TkEWnTW3sd4hvixyofH5NkjwLEzbWf7V"
140
+ "/ip4/10.0.0.6/tcp/4001/p2p/12D3KooWDWRNoUoZn3h9TkEWnTW3sd4hvixyofH5NkjwLEzbWf7V" ,
141
141
] ;
142
142
bootstrap_list
143
143
. iter ( )
Original file line number Diff line number Diff line change @@ -208,7 +208,7 @@ impl Transfer {
208
208
self . gossip_task . await ?;
209
209
self . gossip_task_source . await ?;
210
210
self . p2p . close ( ) . await ?;
211
-
211
+
212
212
Ok ( ( ) )
213
213
}
214
214
}
You can’t perform that action at this time.
0 commit comments