File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -860,6 +860,7 @@ func (i *Indexer) handleRollForward(ctx chainsync.CallbackContext, blockType uin
860860 blockNumber := header .BlockNumber ()
861861 issuerVkeyBytes := header .IssuerVkey ()
862862 issuerVkey := hex .EncodeToString (issuerVkeyBytes [:])
863+ issuerPoolId := ledger .NewBlake2b224 (issuerVkeyBytes [:]).String ()
863864 bodySize := header .BlockBodySize ()
864865
865866 // Extract VRF output (reuses extractVrfFromHeader in sync.go)
@@ -919,7 +920,7 @@ func (i *Indexer) handleRollForward(ctx chainsync.CallbackContext, blockType uin
919920 }
920921
921922 // If the block is from our pool, fetch full block for tx count and send notifications
922- if issuerVkey == i .poolId {
923+ if issuerPoolId == i .poolId {
923924 i .epochBlocks ++
924925 i .totalBlocks ++
925926
You can’t perform that action at this time.
0 commit comments