From 36476b32ab6460daff1ab06492e5bb2d08929fc3 Mon Sep 17 00:00:00 2001 From: Chris Troutner Date: Sun, 5 Sep 2021 09:23:38 -0700 Subject: [PATCH] Noting GitHub Issue --- src/adapters/ipfs/ipfs.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/adapters/ipfs/ipfs.js b/src/adapters/ipfs/ipfs.js index d6fab04..6cba75e 100644 --- a/src/adapters/ipfs/ipfs.js +++ b/src/adapters/ipfs/ipfs.js @@ -2,6 +2,10 @@ Clean Architecture Adapter for IPFS. This library deals with IPFS so that the apps business logic doesn't need to have any specific knowledge of the js-ipfs library. + + TODO: Add the external IP address to the list of multiaddrs advertised by + this node. See this GitHub Issue for details: + https://github.com/Permissionless-Software-Foundation/ipfs-service-provider/issues/38 */ // Global npm libraries