Skip to content

Commit 2f26dcd

Browse files
committed
fix
1 parent 036a8a5 commit 2f26dcd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

base_layer/core/src/base_node/proto/chain_metadata.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ impl From<ChainMetadata> for proto::ChainMetadata {
8888
best_block_height: metadata.best_block_height(),
8989
best_block_hash: metadata.best_block_hash().to_vec(),
9090
pruned_height: metadata.pruned_height(),
91-
accumulated_difficulty_low: accumulated_difficulty[32..=64].to_vec(),
91+
accumulated_difficulty_low: accumulated_difficulty[32..=63].to_vec(),
9292
accumulated_difficulty_high: accumulated_difficulty[0..=31].to_vec(),
9393
timestamp: metadata.timestamp(),
9494
}

0 commit comments

Comments
 (0)