From 86e559573cb75a170cbe2d4e34efb25602a23c14 Mon Sep 17 00:00:00 2001 From: Ross Savage Date: Thu, 23 Oct 2025 09:41:00 +0200 Subject: [PATCH] Add ignored to comment code block --- protos/spark.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/protos/spark.proto b/protos/spark.proto index 11c19f754..1beb92f68 100644 --- a/protos/spark.proto +++ b/protos/spark.proto @@ -1600,7 +1600,7 @@ message InitiateSwapPrimaryTransferResponse { } // Adaptor public key is derived from the secret `t` using formula: -// ``` +// ```ignored // T = t * G // ``` message AdaptorPublicKeyPackage {