Skip to content

Commit

Permalink
chore: lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
KaioApeles committed Jan 31, 2025
1 parent e69e9e6 commit 0ff2def
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,7 @@ func (pp *ProspectiveParachains) answerProspectiveValidationDataRequest(
parentHeadDataHash = common.Hash(value)
case ParentHeadDataWithHash:
headData = &value.Data
parentHeadDataHash = common.Hash(value.Hash)
parentHeadDataHash = value.Hash
}

var relayParentInfo *relayChainBlockInfo
Expand Down

0 comments on commit 0ff2def

Please sign in to comment.