Skip to content

Commit

Permalink
Fix endiannes block hash (#1704)
Browse files Browse the repository at this point in the history
  • Loading branch information
yaziciahmet authored Jan 14, 2025
1 parent ec4e19c commit 8542f55
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crates/bitcoin-da/src/network_constants.rs
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ pub const INITIAL_TESTNET4_STATE: LatestDaState = LatestDaState {

pub const INITIAL_SIGNET_STATE: LatestDaState = LatestDaState {
block_hash: [
0, 0, 0, 0, 205, 48, 242, 114, 146, 69, 136, 38, 244, 175, 53, 131, 85, 232, 204, 5, 105,
182, 13, 206, 145, 123, 119, 143, 218, 93, 176, 244,
244, 176, 93, 218, 143, 119, 123, 145, 206, 13, 182, 105, 5, 204, 232, 85, 131, 53, 175,
244, 38, 136, 69, 146, 114, 242, 48, 205, 0, 0, 0, 0,
],
block_height: 17583,
total_work: [
Expand Down
Binary file modified resources/guests/risc0/devnet/light-0.elf
Binary file not shown.

0 comments on commit 8542f55

Please sign in to comment.