Skip to content

Commit

Permalink
fix: hello world contract
Browse files Browse the repository at this point in the history
  • Loading branch information
hugocaillard authored Jan 19, 2024
1 parent 20c8f62 commit 2fa3b84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/common/constants/contracts/hello-world-contract.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export const helloWorldContract = {
(define-public (test-emit-event)
(begin
(print "Event! Hello world"
(print "Event! Hello world")
(ok u1)
)
)
Expand Down

0 comments on commit 2fa3b84

Please sign in to comment.