From a4eb9b8d925ffbdcf19ce10bbbf9255fd786575b Mon Sep 17 00:00:00 2001 From: yann300 Date: Wed, 20 Feb 2019 14:10:26 +0100 Subject: [PATCH] Update universal-dapp.js --- src/universal-dapp.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/universal-dapp.js b/src/universal-dapp.js index 2ef132514c..0f6c4fa5f2 100644 --- a/src/universal-dapp.js +++ b/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' } }