From cfe4cad9e5ad040a1dbfc14098628fa30aa87498 Mon Sep 17 00:00:00 2001 From: Philip Kaufmann Date: Fri, 21 Mar 2014 09:12:01 +0100 Subject: [Qt] fix style, formating, comment and indentation problems - introduced by #3920 --- src/rpcwallet.cpp | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/rpcwallet.cpp') 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; } - - - -- cgit v1.2.3