Skip to content

Commit ac0e25d

Browse files
author
tac0turtle
committed
fix test case
1 parent 71cb5ff commit ac0e25d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/rpc/server/da_visualization.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -506,7 +506,7 @@ func (s *DAVisualizationServer) handleDAVisualizationHTML(w http.ResponseWriter,
506506
<div class="api-endpoint">
507507
<h4><span class="method method-get">GET</span> /da/submissions</h4>
508508
<p>Returns a JSON array of the most recent DA submissions (up to 100) with metadata.</p>
509-
<p><strong>Note:</strong> Only aggregator nodes submit to the DA layer. Non-aggregator nodes will show empty results.</p>
509+
<p><strong>Note:</strong> Only aggregator nodes submit to the DA layer.</p>
510510
<p><strong>Example:</strong> <code>curl http://localhost:8080/da/submissions</code></p>
511511
<div class="api-response">
512512
<strong>Response:</strong>

0 commit comments

Comments
 (0)