Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
patrick-ogrady committed May 23, 2024
1 parent f16f9f8 commit 8fe68fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion service/backend/pchain/indexer/parser.go
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ func (p *parser) parseProposerBlock(blkBytes []byte) (*ParsedBlock, error) {
pChainBlkBytes := blkBytes
proposerTime := noProposerTime

proBlk, err := proposervmblock.Parse(blkBytes)
proBlk, err := proposervmblock.ParseWithoutVerification(blkBytes)
if err == nil {
// inner proposerVM bytes, to be parsed as P-chain block
pChainBlkBytes = proBlk.Block()
Expand Down

0 comments on commit 8fe68fe

Please sign in to comment.