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) {
UniversalDApp.prototype.profile = function () {
return {
name: 'universal dapp',
methods: ['runTestTx', 'getAccounts', 'createVMAccount'],
name: 'udapp',
displayName: 'universal dapp',
methods: ['runTx', 'getAccounts', 'createVMAccount'],
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