Skip to content

Commit

Permalink
rescan: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
vuittont60 committed Jan 15, 2024
1 parent 188658c commit 713f9f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rescan.go
Original file line number Diff line number Diff line change
Expand Up @@ -541,7 +541,7 @@ rescanLoop:
case <-ro.quit:
return ErrRescanExit

// An update mesage has just come across, if it points
// An update message has just come across, if it points
// to a prior point in the chain, then we may need to
// rewind a bit in order to provide the client all its
// requested client.
Expand Down Expand Up @@ -1514,7 +1514,7 @@ type SpendReport struct {
// been spent.
SpendingInputIndex uint32

// SpendingTxHeight is the hight of the block that included the
// SpendingTxHeight is the height of the block that included the
// transaction above which spent the target output.
//
// NOTE: This field will only be populated if the target output has
Expand Down

0 comments on commit 713f9f6

Please sign in to comment.