Skip to content

Commit

Permalink
Removed dead code
Browse files Browse the repository at this point in the history
  • Loading branch information
SmartArray committed Apr 12, 2021
1 parent d54c650 commit 24b4d23
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/validation.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1171,10 +1171,6 @@ bool ReadRawBlockFromDisk(std::vector<uint8_t>& block, const CBlockIndex* pindex
return ReadRawBlockFromDisk(block, block_pos, message_start);
}

CAmount GetDGBSubsidy(int nHeight, const Consensus::Params& consensusParams) {

}

CAmount GetBlockSubsidy(int nHeight, const Consensus::Params& consensusParams)
{
CAmount nSubsidy = COIN;
Expand Down

0 comments on commit 24b4d23

Please sign in to comment.