From bdee8589644fac121320e95f53457c3ddfc71e1b Mon Sep 17 00:00:00 2001 From: Erik McKelvey Date: Tue, 3 Oct 2023 11:22:46 -0700 Subject: [PATCH] typo: in packages.md --- doc/policy/packages.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/policy/packages.md b/doc/policy/packages.md index 399ae945d5..dba270e494 100644 --- a/doc/policy/packages.md +++ b/doc/policy/packages.md @@ -28,7 +28,7 @@ The following rules are enforced for all packages: - Note that, if these mempool limits change, package limits should be reconsidered. Users may also configure their mempool limits differently. - - Note that the this is transaction weight, not "virtual" size as with other limits to allow + - Note that this is transaction weight, not "virtual" size as with other limits to allow simpler context-less checks. * Packages must be topologically sorted. (#20833)