Skip to content

Commit

Permalink
refactor(snarkyjs-class-spec.js): move sha object to snarky
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinMinkov committed Jun 27, 2023
1 parent a92e783 commit ec89821
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions js/snarky-class-spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,12 @@ export default [
name: 'poseidon',
type: 'object',
},
{
name: 'sha',
type: 'object',
},
],
},
{
name: 'sha',
type: 'object',
},
{
name: 'Ledger',
props: [
Expand Down

0 comments on commit ec89821

Please sign in to comment.