Skip to content

Commit

Permalink
Merge pull request #8 from dgarage/compile-fix
Browse files Browse the repository at this point in the history
Compile fix.
  • Loading branch information
kallewoof committed Jul 20, 2017
2 parents 4cc1ea7 + e0ded31 commit 74fd8c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rpc/mining.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -160,8 +160,8 @@ UniValue generateBlocks(std::shared_ptr<CReserveScript> coinbaseScript, int nGen
coinbaseScript->KeepScript();
}
}
return blockHashes;
}
return blockHashes;
}

UniValue generatetoaddress(const JSONRPCRequest& request)
Expand Down

0 comments on commit 74fd8c3

Please sign in to comment.