Skip to content

Commit 5d38203

Browse files
Merge remote-tracking branch 'upstream/master' into 1.0.0-hotfix_2
2 parents 09cb73d + e4e6b4c commit 5d38203

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ configure(
3636
}
3737
) {
3838
group = "io.libp2p"
39-
version = "develop"
39+
version = "1.0.0-RELEASE"
4040

4141
apply(plugin = "kotlin")
4242
apply(plugin = "idea")

libp2p/src/main/kotlin/io/libp2p/pubsub/PubsubRouter.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ interface PubsubMessage {
2727
override fun equals(other: Any?): Boolean
2828

2929
/**
30-
* WARNING: Use collision free functions only
30+
* WARNING: Use collision resistant functions only
3131
* Else the HashMap collision attack vector is open
3232
*/
3333
override fun hashCode(): Int

0 commit comments

Comments
 (0)