Unverified Commit 3703dc3a authored by yann300's avatar yann300 Committed by GitHub

Merge pull request #1708 from ethereum/yann300-patch-6

Update universal-dapp.js
parents 9270d958 a4eb9b8d
......@@ -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