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

Update universal-dapp.js
pull/1/head
yann300 6 years ago committed by GitHub
commit 3703dc3a3d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 5
      src/universal-dapp.js

@ -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'
}
}

Loading…
Cancel
Save