diff --git a/doc/release-notes.md b/doc/release-notes.md index 7f9429cd0..f83786e37 100644 --- a/doc/release-notes.md +++ b/doc/release-notes.md @@ -1,5 +1,7 @@ Bitcoin ABC version 0.20.12 is now available from: This release includes the following features and fixes: + - The `unloadwallet` RPC is now synchronous, meaning that it blocks until the + wallet is fully unloaded. diff --git a/src/init.cpp b/src/init.cpp index 63bf01b58..baf78137f 100644 --- a/src/init.cpp +++ b/src/init.cpp @@ -1,2498 +1,2498 @@ // Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2018 The Bitcoin Core developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #if defined(HAVE_CONFIG_H) #include #endif #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include