mining: Fix typo.

This commit is contained in:
Ryan Staudt 2021-11-23 16:56:18 -06:00 committed by Dave Collins
parent cf5619a7b5
commit f061bbff9a

View File

@ -225,7 +225,7 @@ type TxDesc struct {
}
// TxAncestorStats is a descriptor that stores aggregated statistics for the
// unconfirmed ancestors of a transasction.
// unconfirmed ancestors of a transaction.
type TxAncestorStats struct {
// Fees is the sum of all fees of unconfirmed ancestors.
Fees int64