Skip to content

Commit e2fec19

Browse files
author
nduchak
committed
fix(AEP exampe): Fix contract in AEPP example
1 parent fd7b8ce commit e2fec19

File tree

2 files changed

+9
-10
lines changed

2 files changed

+9
-10
lines changed

examples/connect-two-ae/aepp/src/components/Home.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -157,8 +157,8 @@
157157
spendResult: null,
158158
spendError: null,
159159
contractCode: `contract Identity =
160-
type state = ()
161-
function main(x : int) = x`,
160+
type state = ()
161+
function main(x : int) = x`,
162162
byteCode: null,
163163
compileError: null,
164164
contractInitState: [],

package-lock.json

Lines changed: 7 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)