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
neb-b commented 2017-11-28 22:03:11 +01:00 (Migrated from github.com)

Also added a start script just for fun.

Mostly a test to see what it would look like. Not sure if we want to go this route, or go through the daemon for everything

Also added a start script just for fun. Mostly a test to see what it would look like. Not sure if we want to go this route, or go through the daemon for everything
kauffj (Migrated from github.com) requested changes 2017-11-28 22:30:40 +01:00
kauffj (Migrated from github.com) left a comment

One potential change. You can merge without another review.

One potential change. You can merge without another review.
kauffj (Migrated from github.com) commented 2017-11-28 22:27:44 +01:00

Why format this? Also we should probably trust selector to fallback to 0?

Why format this? Also we should probably trust selector to fallback to 0?
kauffj commented 2017-11-28 22:32:01 +01:00 (Migrated from github.com)

@seanyesmunt does the start script just make it so you can run the app with npm start?

@seanyesmunt does the start script just make it so you can run the app with `npm start`?
neb-b (Migrated from github.com) reviewed 2017-11-28 22:32:57 +01:00
neb-b (Migrated from github.com) commented 2017-11-28 22:32:57 +01:00

Ignore this for now. Just copy/pasted from somewhere else

Ignore this for now. Just copy/pasted from somewhere else
neb-b commented 2017-11-28 22:33:33 +01:00 (Migrated from github.com)

Yeah. Or "yarn start". Still need to build before running it

Yeah. Or "yarn start". Still need to build before running it
liamcardenas (Migrated from github.com) requested changes 2017-11-29 20:46:38 +01:00
@ -67,2 +67,4 @@
}
},
"scripts": {
"start": "./node_modules/.bin/electron src/main"
liamcardenas (Migrated from github.com) commented 2017-11-29 20:42:17 +01:00

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 (Migrated from github.com) reviewed 2017-11-29 20:56:55 +01:00
@ -67,2 +67,4 @@
}
},
"scripts": {
"start": "./node_modules/.bin/electron src/main"
neb-b (Migrated from github.com) commented 2017-11-29 20:56:55 +01:00

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 (Migrated from github.com) reviewed 2017-11-29 20:57:15 +01:00
@ -67,2 +67,4 @@
}
},
"scripts": {
"start": "./node_modules/.bin/electron src/main"
neb-b (Migrated from github.com) commented 2017-11-29 20:57:15 +01:00

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 (Migrated from github.com) reviewed 2017-11-29 21:24:51 +01:00
@ -67,2 +67,4 @@
}
},
"scripts": {
"start": "./node_modules/.bin/electron src/main"
liamcardenas (Migrated from github.com) commented 2017-11-29 21:24:51 +01:00

hmm no need, lets keep it as is then

hmm no need, lets keep it as is then
liamcardenas (Migrated from github.com) approved these changes 2017-11-29 21:25:02 +01:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: LBRYCommunity/lbry-desktop#794
No description provided.