Skip to content

Commit

Permalink
Merge pull request #38 from fluree/task/update-db-dep
Browse files Browse the repository at this point in the history
update db dep
  • Loading branch information
dpetran authored Feb 13, 2024
2 parents 5f5ead9 + b7368dc commit 828a01d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion deps.edn
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{:deps {org.clojure/clojure {:mvn/version "1.11.1"}
org.clojure/core.async {:mvn/version "1.6.681"}
com.fluree/db {:git/url "https://github.com/fluree/db.git"
:git/sha "4b6a864587c4b75b7c7f0fd5de854ca65bea6570"}
:git/sha "1fa39b74fa61deb3df1503060569395e86267fd1"}
com.fluree/json-ld {:git/url "https://github.com/fluree/json-ld.git"
:git/sha "0958995acf5540271d1807fc6d8f2da131164e24"}

Expand Down
2 changes: 1 addition & 1 deletion src/fluree/server/consensus/network/tcp.clj
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@
[this-server client remote-server]
(async/go
(let [{:keys [write-chan read-chan]} client
conn-id (rand-int (Integer/MAX_VALUE))
conn-id (rand-int Integer/MAX_VALUE)
conn {:id conn-id
:from this-server
:to remote-server
Expand Down

0 comments on commit 828a01d

Please sign in to comment.