From f061bbff9ad3292dc86dbe6a92b482f2dad4a24e Mon Sep 17 00:00:00 2001 From: Ryan Staudt Date: Tue, 23 Nov 2021 16:56:18 -0600 Subject: [PATCH] mining: Fix typo. --- internal/mining/mining.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/mining/mining.go b/internal/mining/mining.go index 1f64c5de..0a25ad99 100644 --- a/internal/mining/mining.go +++ b/internal/mining/mining.go @@ -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