Processing splash bug fixed;

Receive page: wrong reference to the wallet fixed;
This commit is contained in:
Ilya Kitaev
2016-09-01 23:55:30 +03:00
parent db965e1265
commit 4706379079
3 changed files with 6 additions and 6 deletions

View File

@@ -324,7 +324,7 @@ ApplicationWindow {
function hideProcessingSplash() {
console.log("Hiding processing splash")
splash.hide()
splash.close()
}