Commit 5169cfb5 authored by Iuri Matias's avatar Iuri Matias Committed by yann300

move udapp into blockchain module

parent 1732e9e7
...@@ -251,6 +251,7 @@ class SettingsUI { ...@@ -251,6 +251,7 @@ class SettingsUI {
newAccount () { newAccount () {
this.blockchain.newAccount( this.blockchain.newAccount(
'',
(cb) => { (cb) => {
modalDialogCustom.promptPassphraseCreation((error, passphrase) => { modalDialogCustom.promptPassphraseCreation((error, passphrase) => {
if (error) { if (error) {
......
This diff is collapsed.
This diff is collapsed.
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