From b054ef6f3c024579fd1db57a98895143e977caf4 Mon Sep 17 00:00:00 2001 From: Joshy Orndorff Date: Wed, 22 Nov 2023 10:52:33 -0500 Subject: [PATCH] Link tracking issue for scraping parachain inherent data --- tuxedo-parachain-core/src/validate_block.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/tuxedo-parachain-core/src/validate_block.rs b/tuxedo-parachain-core/src/validate_block.rs index daaa46a6a..d277f6eb1 100644 --- a/tuxedo-parachain-core/src/validate_block.rs +++ b/tuxedo-parachain-core/src/validate_block.rs @@ -233,6 +233,7 @@ where // It is nicer than my hack because it searches the transactions, // But it is still not good enough because it lived right here in this file as // opposed to with the runtime. + // FIXME https://github.com/Off-Narrative-Labs/Tuxedo/issues/146 // block // .extrinsics()