Skip to content
Snippets Groups Projects
Unverified Commit 08af3291 authored by EgorPopelyaev's avatar EgorPopelyaev
Browse files

Bump node_version

parent dcbca596
Branches
No related merge requests found
...@@ -59,7 +59,7 @@ pub use disputes::{ ...@@ -59,7 +59,7 @@ pub use disputes::{
/// relatively rare. /// relatively rare.
/// ///
/// The associated worker binaries should use the same version as the node that spawns them. /// The associated worker binaries should use the same version as the node that spawns them.
pub const NODE_VERSION: &'static str = "1.15.5"; pub const NODE_VERSION: &'static str = "1.15.6";
// For a 16-ary Merkle Prefix Trie, we can expect at most 16 32-byte hashes per node // For a 16-ary Merkle Prefix Trie, we can expect at most 16 32-byte hashes per node
// plus some overhead: // plus some overhead:
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment