Unverified Commit a4eb9b8d authored by yann300's avatar yann300 Committed by GitHub

Update universal-dapp.js

parent 9270d958
...@@ -31,8 +31,9 @@ function UniversalDApp (registry) { ...@@ -31,8 +31,9 @@ function UniversalDApp (registry) {
UniversalDApp.prototype.profile = function () { UniversalDApp.prototype.profile = function () {
return { return {
name: 'universal dapp', name: 'udapp',
methods: ['runTestTx', 'getAccounts', 'createVMAccount'], displayName: 'universal dapp',
methods: ['runTx', 'getAccounts', 'createVMAccount'],
description: 'service - run transaction and access account' description: 'service - run transaction and access account'
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment