Skip to content

Commit

Permalink
Merge pull request #2238 from AleoHQ/fix/add-signature-kw
Browse files Browse the repository at this point in the history
[Fix] Add `signature` to reserved keywords.
  • Loading branch information
howardwu authored Dec 6, 2023
2 parents 14a9e5f + 750f0c6 commit 705cfdc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions synthesizer/program/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -575,6 +575,7 @@ impl<N: Network, Instruction: InstructionTrait<N>, Command: CommandTrait<N>> Pro
"u64",
"u128",
"scalar",
"signature",
"string",
// Boolean
"true",
Expand Down

0 comments on commit 705cfdc

Please sign in to comment.