Skip to content

Commit

Permalink
rid space on proc sig
Browse files Browse the repository at this point in the history
  • Loading branch information
agnxsh committed Sep 15, 2024
1 parent 5646948 commit 5a879a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion beacon_chain/spec/eip7594_helpers.nim
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ func get_custody_column_list*(node_id: NodeId,
sortedColumnIndexList(ColumnIndex(columns_per_subnet), subnet_ids)

# https://github.com/ethereum/consensus-specs/blob/v1.5.0-alpha.5/specs/_features/eip7594/das-core.md#compute_matrix
proc compute_matrix* (blobs: seq[KzgBlob]): Result[seq[MatrixEntry], cstring] =
proc compute_matrix*(blobs: seq[KzgBlob]): Result[seq[MatrixEntry], cstring] =
## `compute_matrix` helper demonstrates the relationship between blobs and the `MatrixEntries`
var extended_matrix: seq[MatrixEntry]

Expand Down

0 comments on commit 5a879a1

Please sign in to comment.