Skip to content

Commit

Permalink
Revert "chore(pkg/user): fix typo (celestiaorg#2929)"
Browse files Browse the repository at this point in the history
This reverts commit e0edb4c.
  • Loading branch information
hoangdv2429 authored Dec 13, 2023
1 parent e0edb4c commit 3fd3409
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/user/signer.go
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ func (s *Signer) PubKey() cryptotypes.PubKey {
return s.pk
}

// GetSequence gets the latest signed sequence and increments the local sequence number
// GetSequence gets the lastest signed sequence and increments the local sequence number
func (s *Signer) GetSequence() uint64 {
s.mtx.Lock()
defer s.mtx.Unlock()
Expand Down

0 comments on commit 3fd3409

Please sign in to comment.