Skip to content

Commit

Permalink
chore(pkg/user): fix typo (celestiaorg#2929)
Browse files Browse the repository at this point in the history
very last forgotten typo from celestiaorg#2926 

the repo should now be typo free, quite the feat!
  • Loading branch information
BorkBorked authored Dec 13, 2023
1 parent 098bcb4 commit e0edb4c
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 lastest signed sequence and increments the local sequence number
// GetSequence gets the latest 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 e0edb4c

Please sign in to comment.