Skip to content

Commit

Permalink
Added missing return to testnet FN payment logic
Browse files Browse the repository at this point in the history
  • Loading branch information
tohsnoom committed Jan 23, 2021
1 parent 662d721 commit d02e4e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2263,7 +2263,7 @@ int64_t GetFundamentalnodePayment(int nHeight, int64_t blockValue, int nFundamen
else {
ret = (blockValue * 4 )/ 10;
}

return ret;
}

if(nHeight < 209467){
Expand Down

0 comments on commit d02e4e4

Please sign in to comment.