Skip to content

Commit

Permalink
make utilities operations public
Browse files Browse the repository at this point in the history
  • Loading branch information
juliancwirko committed Nov 29, 2023
1 parent 0973dee commit 5dbc5fa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ export const DecodeTransaction = () => {
)}
</div>
<DialogFooter className="py-4 px-8">
<OperationsSubmitButton formId="decode-transaction-form" />
<OperationsSubmitButton formId="decode-transaction-form" isPublic />
</DialogFooter>
</>
);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ export const VerifySignature = () => {
)}
</div>
<DialogFooter className="py-4 px-8">
<OperationsSubmitButton formId="verify-signature-form" />
<OperationsSubmitButton formId="verify-signature-form" isPublic />
</DialogFooter>
</>
);
Expand Down

1 comment on commit 5dbc5fa

@vercel
Copy link

@vercel vercel bot commented on 5dbc5fa Nov 29, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.