Skip to content
This repository has been archived by the owner on Oct 16, 2020. It is now read-only.

fix: ipfs connection test #18

Merged
merged 1 commit into from
Nov 9, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const defaultOptions = {
defaultApiAddress: '/ip4/127.0.0.1/tcp/5001',
ipfsConnectionTest: (ipfs) => {
// ipfs connection is working if can we fetch the empty directtory.
return ipfs.get('QmUNLLsPACCz1vLxQVkXqqLX5R1X345qqfHbsf67hvA3Nn')
return ipfs.files.get('QmUNLLsPACCz1vLxQVkXqqLX5R1X345qqfHbsf67hvA3Nn')
}
}

Expand Down