We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 036a8a5 commit 2f26dcdCopy full SHA for 2f26dcd
base_layer/core/src/base_node/proto/chain_metadata.rs
@@ -88,7 +88,7 @@ impl From<ChainMetadata> for proto::ChainMetadata {
88
best_block_height: metadata.best_block_height(),
89
best_block_hash: metadata.best_block_hash().to_vec(),
90
pruned_height: metadata.pruned_height(),
91
- accumulated_difficulty_low: accumulated_difficulty[32..=64].to_vec(),
+ accumulated_difficulty_low: accumulated_difficulty[32..=63].to_vec(),
92
accumulated_difficulty_high: accumulated_difficulty[0..=31].to_vec(),
93
timestamp: metadata.timestamp(),
94
}
0 commit comments