We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b9fc6d commit 1391a8aCopy full SHA for 1391a8a
lib/store/fs_provider.dart
@@ -140,7 +140,7 @@ class FileSystemProviderObjectStore extends ObjectStore {
140
141
// CID type directory
142
final cid = CID(
143
- 0x5d,
+ cidTypeMetadataDirectory,
144
hash,
145
size: dirBytes.length,
146
);
@@ -161,7 +161,7 @@ class FileSystemProviderObjectStore extends ObjectStore {
161
162
if (path.isEmpty) {
163
node.logger.info(
164
- '${dir.path}: skyfs://${base64UrlNoPaddingEncode(keyPair.publicKey)}@shared-readonly CID: $cid',
+ '${dir.path}: fs5://${CID(cidTypeMetadataDirectory, Multihash(keyPair.publicKey)).toBase32()}',
165
166
}
167
0 commit comments