Skip to content

Commit

Permalink
fix(AEP exampe): Fix contract in AEPP example
Browse files Browse the repository at this point in the history
  • Loading branch information
nduchak committed May 17, 2019
1 parent fd7b8ce commit e2fec19
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 10 deletions.
4 changes: 2 additions & 2 deletions examples/connect-two-ae/aepp/src/components/Home.vue
Original file line number Diff line number Diff line change
Expand Up @@ -157,8 +157,8 @@
spendResult: null,
spendError: null,
contractCode: `contract Identity =
type state = ()
function main(x : int) = x`,
type state = ()
function main(x : int) = x`,
byteCode: null,
compileError: null,
contractInitState: [],
Expand Down
15 changes: 7 additions & 8 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit e2fec19

Please sign in to comment.