diff options
| author | Gavin Andresen <[email protected]> | 2010-09-15 22:31:09 -0400 |
|---|---|---|
| committer | Gavin Andresen <[email protected]> | 2010-09-15 22:31:09 -0400 |
| commit | a43a7dfa58d7b3292c998e25c994cd5fef82a95c (patch) | |
| tree | 6f3827cd671a1a62d2ab071ecdfb55f862887c62 /main.cpp | |
| parent | Merge remote branch 'refs/remotes/svn/trunk' into svn (diff) | |
| parent | config option -rpcallowip= to accept json-rpc connections from another machine (diff) | |
| download | discoin-a43a7dfa58d7b3292c998e25c994cd5fef82a95c.tar.xz discoin-a43a7dfa58d7b3292c998e25c994cd5fef82a95c.zip | |
Merge remote branch 'remotes/svn/trunk' into svn
Diffstat (limited to 'main.cpp')
| -rw-r--r-- | main.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -3170,11 +3170,6 @@ int64 GetBalance() } -int GetRandInt(int nMax) -{ - return GetRand(nMax); -} - bool SelectCoins(int64 nTargetValue, set<CWalletTx*>& setCoinsRet) { setCoinsRet.clear(); |