Skip to content

Commit 6584eb8

Browse files
author
Mikhail Zabaluev
authored
Merge pull request #395 from input-output-hk/legacy-node-id-you-don-even-remember-any-more-how-long-it-was
Fix the length of legacy node IDs
2 parents a51318c + 459f640 commit 6584eb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

chain-network/src/grpc/legacy.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
33
use rand_core::RngCore;
44

5-
const NODE_ID_LEN: usize = 24;
5+
const NODE_ID_LEN: usize = 32;
66

77
/// Represents a randomly generated node ID such as was present in subscription
88
/// requests and responses in Jormungandr versions prior to 0.9

0 commit comments

Comments
 (0)