From efae3da41d821b12d1481de8b8e0b2e105d36ae3 Mon Sep 17 00:00:00 2001 From: s_nakamoto Date: Wed, 15 Sep 2010 22:10:13 +0000 Subject: config option -rpcallowip= to accept json-rpc connections from another machine git-svn-id: https://bitcoin.svn.sourceforge.net/svnroot/bitcoin/trunk@155 1a98c847-1fd6-4fd8-948a-caf3550aa51b --- main.cpp | 5 ----- 1 file changed, 5 deletions(-) (limited to 'main.cpp') 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& setCoinsRet) { setCoinsRet.clear(); -- cgit v1.2.3