aboutsummaryrefslogtreecommitdiff
path: root/main.cpp
diff options
context:
space:
mode:
authorGavin Andresen <[email protected]>2010-09-15 22:31:09 -0400
committerGavin Andresen <[email protected]>2010-09-15 22:31:09 -0400
commita43a7dfa58d7b3292c998e25c994cd5fef82a95c (patch)
tree6f3827cd671a1a62d2ab071ecdfb55f862887c62 /main.cpp
parentMerge remote branch 'refs/remotes/svn/trunk' into svn (diff)
parentconfig option -rpcallowip= to accept json-rpc connections from another machine (diff)
downloaddiscoin-a43a7dfa58d7b3292c998e25c994cd5fef82a95c.tar.xz
discoin-a43a7dfa58d7b3292c998e25c994cd5fef82a95c.zip
Merge remote branch 'remotes/svn/trunk' into svn
Diffstat (limited to 'main.cpp')
-rw-r--r--main.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/main.cpp b/main.cpp
index c26755f72..5b7829e88 100644
--- a/main.cpp
+++ b/main.cpp
@@ -3170,11 +3170,6 @@ int64 GetBalance()
}
-int GetRandInt(int nMax)
-{
- return GetRand(nMax);
-}
-
bool SelectCoins(int64 nTargetValue, set<CWalletTx*>& setCoinsRet)
{
setCoinsRet.clear();