Skip to content

Commit

Permalink
(unfinished) consensus: add node id preimage todo
Browse files Browse the repository at this point in the history
  • Loading branch information
pro-wh committed Feb 1, 2024
1 parent a38f91d commit 3a81257
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions analyzer/consensus/consensus.go
Original file line number Diff line number Diff line change
Expand Up @@ -1082,6 +1082,7 @@ func (m *processor) extractEventData(event nodeapi.Event) parsedEvent {
eventData.relatedRuntime = RuntimeFromID(event.RoothashExecutorCommitted.RuntimeID, m.network)
eventData.relatedRuntimeRound = &event.RoothashExecutorCommitted.Round
if event.RoothashExecutorCommitted.NodeID != nil {
// TODO: preimage?
nodeAddr := staking.NewAddress(*event.RoothashExecutorCommitted.NodeID)
eventData.relatedAddresses = []staking.Address{nodeAddr}
}
Expand Down

0 comments on commit 3a81257

Please sign in to comment.