From cb294c3ae986191a51fb1bf59ee94d20f68f6d98 Mon Sep 17 00:00:00 2001 From: Pranav Gaddamadugu <23022326+d0cd@users.noreply.github.com> Date: Tue, 5 Dec 2023 14:49:27 -0800 Subject: [PATCH] Add reserved keyword --- synthesizer/program/src/lib.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/synthesizer/program/src/lib.rs b/synthesizer/program/src/lib.rs index 26f9b7c2b8..6e32c776f8 100644 --- a/synthesizer/program/src/lib.rs +++ b/synthesizer/program/src/lib.rs @@ -575,6 +575,7 @@ impl, Command: CommandTrait> Pro "u64", "u128", "scalar", + "signature", "string", // Boolean "true",