Skip to content

Commit

Permalink
add new link language to mainnet seed
Browse files Browse the repository at this point in the history
  • Loading branch information
jdeepee committed Sep 15, 2023
1 parent 3c9f101 commit 236e7d5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bootstrap-languages/p-diff-sync/linksAdapter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export class LinkAdapter implements LinkSyncAdapter {
linkCallback?: PerspectiveDiffObserver
syncStateChangeCallback?: SyncStateChangeObserver
peers: Map<DID, PeerInfo> = new Map();
generalMutex: Mutex = withTimeout(new Mutex(), 10000, new Error('new fancy error'));;
generalMutex: Mutex = withTimeout(new Mutex(), 10000, new Error('PerspectiveDiffSync: generalMutex timeout'));
me: DID
gossipLogCount: number = 0;
myCurrentRevision: Buffer | null = null;
Expand Down
2 changes: 1 addition & 1 deletion rust-executor/src/mainnet_seed.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"did:key:z6MkvPpWxwXAnLtMcoc9sX7GEoJ96oNnQ3VcQJRLspNJfpE7"
],
"knownLinkLanguages": [
"QmzSYwdo2y21VnXRRAXwTaUzShpw2pK94R3tqh693eqo62zdLQQ"
"QmzSYwdmKg9nm4HXnwDZ7orhJCu3XoQYvAX2Muv4nY5aWtJVKyc"
],
"directMessageLanguage": "QmzSYwdp8xNu5UdWWsKQhzZs4JLYDBTk22T7ksoi3hhpscZAm3E",
"agentLanguage": "QmzSYwdigpRrQTmtXcATD4zAFp1nqbXB1tVJT7ho1JaThaXCynL",
Expand Down

0 comments on commit 236e7d5

Please sign in to comment.