aboutsummaryrefslogtreecommitdiff
path: root/src/rpcwallet.cpp
diff options
context:
space:
mode:
authorPhilip Kaufmann <phil.kaufmann@t-online.de>2014-03-21 09:12:01 +0100
committerPhilip Kaufmann <phil.kaufmann@t-online.de>2014-03-27 09:22:15 +0100
commitcfe4cad9e5ad040a1dbfc14098628fa30aa87498 (patch)
treeb9f79e4bf7fe8ff3b06d7b0c41e921df3beb1e53 /src/rpcwallet.cpp
parent47ef1906378dbed72ae1f2ed430fd19fc0d93eaf (diff)
downloadbitcoin-cfe4cad9e5ad040a1dbfc14098628fa30aa87498.tar.xz
[Qt] fix style, formating, comment and indentation problems
- introduced by #3920
Diffstat (limited to 'src/rpcwallet.cpp')
-rw-r--r--src/rpcwallet.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/rpcwallet.cpp b/src/rpcwallet.cpp
index c8b2127264..a5a7df0867 100644
--- a/src/rpcwallet.cpp
+++ b/src/rpcwallet.cpp
@@ -1918,6 +1918,3 @@ Value getwalletinfo(const Array& params, bool fHelp)
obj.push_back(Pair("unlocked_until", (boost::int64_t)nWalletUnlockTime));
return obj;
}
-
-
-