Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix for 'accept submission' not showing up #1189

Merged
merged 2 commits into from
May 21, 2018
Merged

Conversation

owocki
Copy link
Contributor

@owocki owocki commented May 20, 2018

@@ -300,8 +300,14 @@ var callbacks = {

var isBountyOwner = function(result) {
var bountyAddress = result['bounty_owner_address'];
if(typeof web3 == 'undefined' ){

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Expected space(s) after "if". (keyword-spacing)
There should be no spaces inside this paren. (space-in-parens)
Missing space before opening brace. (space-before-blocks)

if(typeof web3 == 'undefined' ){
return false;
}
if(typeof web3.eth.coinbase == 'undefined' || !web3.eth.coinbase ){

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Expected space(s) after "if". (keyword-spacing)
There should be no spaces inside this paren. (space-in-parens)
Missing space before opening brace. (space-before-blocks)

@codecov
Copy link

codecov bot commented May 21, 2018

Codecov Report

Merging #1189 into master will increase coverage by 0.19%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #1189      +/-   ##
==========================================
+ Coverage   31.66%   31.85%   +0.19%     
==========================================
  Files         115      115              
  Lines        7933     8117     +184     
  Branches     1038     1098      +60     
==========================================
+ Hits         2512     2586      +74     
- Misses       5311     5409      +98     
- Partials      110      122      +12
Impacted Files Coverage Δ
app/app/settings.py 85.78% <0%> (+0.9%) ⬆️
app/dashboard/notifications.py 20.71% <0%> (+3.97%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update c2db855...5f9320f. Read the comment docs.

@mbeacom mbeacom merged commit 9159cff into master May 21, 2018
@mbeacom mbeacom deleted the kevin/ric_burton_fix branch May 21, 2018 14:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants