Check the users balance before trying to publish/create a channel #794

Merged
neb-b merged 2 commits from insufficient-funds-create-channel into master 2017-11-29 21:42:50 +01:00
Showing only changes of commit 867803e7c4 - Show all commits

View file

@ -66,6 +66,9 @@
"perMachine": true
}
},
"scripts": {
"start": "./node_modules/.bin/electron src/main"
liamcardenas commented 2017-11-29 20:42:17 +01:00 (Migrated from github.com)
Review

does it work to just say "electron src/main" since electron is in the bin?

does it work to just say "electron src/main" since electron is in the bin?
neb-b commented 2017-11-29 20:56:55 +01:00 (Migrated from github.com)
Review

It does, I like to show the full path so others know exactly whats going on

It does, I like to show the full path so others know exactly whats going on
neb-b commented 2017-11-29 20:57:15 +01:00 (Migrated from github.com)
Review

I can change it to electron src/main if you think that looks better

I can change it to `electron src/main` if you think that looks better
liamcardenas commented 2017-11-29 21:24:51 +01:00 (Migrated from github.com)
Review

hmm no need, lets keep it as is then

hmm no need, lets keep it as is then
},
"devDependencies": {
"devtron": "^1.4.0",
"electron": "^1.7.9",