Skip to content

Commit

Permalink
Merge pull request #307 from firstrow/patch-1
Browse files Browse the repository at this point in the history
Removed unused variable found during compile
  • Loading branch information
zathras-crypto committed Mar 31, 2015
2 parents b251980 + fb7e00a commit 621e272
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/mastercore_rpc.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -296,8 +296,6 @@ if (fHelp || params.size() < 4 || params.size() > 6)
std::string strAdditional = (params.size() > 5) ? (params[5].get_str()): "0";
additional = StrToInt64(strAdditional, true);

int n = params.size();

if ((0.01 * COIN) < additional)
throw JSONRPCError(RPC_TYPE_ERROR, "Invalid reference amount");

Expand Down

0 comments on commit 621e272

Please sign in to comment.