Skip to content

Commit fab29d3

Browse files
tzdyballiamsi
andauthored
fix: apply review suggestion to fix a comment
Co-authored-by: Ismail Khoffi <Ismail.Khoffi@gmail.com>
1 parent 16aa9cf commit fab29d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libs/cnrc/types.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ type SubmitPFDRequest struct {
1010
}
1111

1212
// 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.
13+
// They are needed for proper deserialization.
1414
// It's probably far from the best approach to those types, but it's simple and works.
1515
// Some alternatives:
1616
// 1. Generate types from protobuf definitions (and automate updating of protobuf files)

0 commit comments

Comments
 (0)