From e6fe8e77fb8816b8891a36467ba860d6b55934f4 Mon Sep 17 00:00:00 2001 From: Eric Lombrozo Date: Wed, 23 Jan 2013 12:48:35 -0800 Subject: Calling UnregisterAllWallets() instead of UnregisterWallet(pwalletMain) in init.cpp --- src/init.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/init.cpp') diff --git a/src/init.cpp b/src/init.cpp index e88055bdea..f6b2c91b40 100644 --- a/src/init.cpp +++ b/src/init.cpp @@ -119,7 +119,7 @@ void Shutdown() } bitdb.Flush(true); boost::filesystem::remove(GetPidFile()); - UnregisterWallet(pwalletMain); + UnregisterAllWallets(); delete pwalletMain; } -- cgit v1.2.3