From 61e18dec306cfb8bc17ad2133ea1867b78000c62 Mon Sep 17 00:00:00 2001 From: Sebastian Falbesoner Date: Mon, 25 Nov 2024 21:04:42 +0100 Subject: [PATCH] doc: ephemeral policy: add missing closing double quote --- src/policy/ephemeral_policy.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/policy/ephemeral_policy.h b/src/policy/ephemeral_policy.h index f9c6e4363e7..4667f25b5af 100644 --- a/src/policy/ephemeral_policy.h +++ b/src/policy/ephemeral_policy.h @@ -30,7 +30,7 @@ class TxValidationState; * TxC, spends TxA's dust * * All the dust is spent if TxA+TxB+TxC is accepted, but the mining template may just pick - * up TxA+TxB rather than the three "legal configurations: + * up TxA+TxB rather than the three "legal configurations": * 1) None * 2) TxA+TxB+TxC * 3) TxA+TxC