Skip to content

Commit

Permalink
chore: fix some typos && re-run make proto-gen (#539)
Browse files Browse the repository at this point in the history
  • Loading branch information
bodhi-crypo authored Dec 31, 2023
1 parent 14ae6fd commit c68e540
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion proto/types/dymint/dymint.proto
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ message Header {
message Commit {
uint64 height = 1;
bytes header_hash = 2;
// Note: most of the time this will be a single sinature
// Note: most of the time this will be a single signature
repeated bytes signatures = 3;
tendermint.types.CommitSig tm_signature = 4;
}
Expand Down
2 changes: 1 addition & 1 deletion types/pb/dymint/dymint.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion types/tx.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import (
tmbytes "github.com/tendermint/tendermint/libs/bytes"
)

// Tx represents transactoin.
// Tx represents transaction.
type Tx []byte

// Txs represents a slice of transactions.
Expand Down

0 comments on commit c68e540

Please sign in to comment.