We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16aa9cf commit fab29d3Copy full SHA for fab29d3
libs/cnrc/types.go
@@ -10,7 +10,7 @@ type SubmitPFDRequest struct {
10
}
11
12
// Types below are copied from celestia-node (or cosmos-sdk dependency of celestia node, to be precise)
13
-// They are needed because for proper deserialization.
+// They are needed for proper deserialization.
14
// It's probably far from the best approach to those types, but it's simple and works.
15
// Some alternatives:
16
// 1. Generate types from protobuf definitions (and automate updating of protobuf files)
0 commit comments