Skip to content

Commit

Permalink
Fix typo in the comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefan-Ethernal committed May 21, 2024
1 parent 99729bf commit ffd4982
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/diff/diff.html
Original file line number Diff line number Diff line change
Expand Up @@ -246010,7 +246010,7 @@ <h1>zkEVM node vs CDK validium node</br><h2>zkevm-node version: v0.6.0<h2/></h1>
<td class="d2h-ins">
<div class="d2h-code-side-line">
<span class="d2h-code-line-prefix">+</span>
<span class="d2h-code-line-ctn"> dacNodeContainer = &quot;hermeznetwork&#x2F;cdk-data-availability:v0.0.4&quot;</span>
<span class="d2h-code-line-ctn"> dacNodeContainer = &quot;0xpolygon&#x2F;cdk-data-availability:latest&quot;</span>
</div>
</td>
</tr><tr>
Expand Down Expand Up @@ -246400,7 +246400,7 @@ <h1>zkEVM node vs CDK validium node</br><h2>zkevm-node version: v0.6.0<h2/></h1>
<td class="d2h-ins">
<div class="d2h-code-side-line">
<span class="d2h-code-line-prefix">+</span>
<span class="d2h-code-line-ctn"> &#x2F;&#x2F; Register committe with N &#x2F; M signatures</span>
<span class="d2h-code-line-ctn"> &#x2F;&#x2F; Register committee with N &#x2F; M signatures</span>
</div>
</td>
</tr><tr>
Expand Down
2 changes: 1 addition & 1 deletion test/e2e/datacommittee_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ func TestDataCommittee(t *testing.T) {
)
require.NoError(t, err)

// Register committe with N / M signatures
// Register committee with N / M signatures
membs := members{}
addrsBytes := []byte{}
urls := []string{}
Expand Down

0 comments on commit ffd4982

Please sign in to comment.