Skip to content

Commit

Permalink
fix(util-dev): change hash of replayed block after rollback
Browse files Browse the repository at this point in the history
so that restarting projection right after rollback would resume at correct point
  • Loading branch information
mkazlauskas committed Apr 18, 2023
1 parent bea7e03 commit 3d8c558
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2101,7 +2101,7 @@
},
"header": {
"blockNo": 32210,
"hash": "1f93d6a9c0dec3b8b082be96e4a26e0f9c8c19a92237121e516fea6b4e71702f",
"hash": "2f93d6a9c0dec3b8b082be96e4a26e0f9c8c19a92237121e516fea6b4e71702f",
"slot": 878640
},
"issuerVk": "6ce213932a309648e6293b7309ef1bc9c8f100f7f634b1f74be68f1090eeafec",
Expand All @@ -2117,7 +2117,7 @@
"eventType": 0,
"tip": {
"blockNo": 32210,
"hash": "1f93d6a9c0dec3b8b082be96e4a26e0f9c8c19a92237121e516fea6b4e71702f",
"hash": "2f93d6a9c0dec3b8b082be96e4a26e0f9c8c19a92237121e516fea6b4e71702f",
"slot": 878640
}
},
Expand Down

0 comments on commit 3d8c558

Please sign in to comment.