// Copyright (c) 2021-2022 The Bitcoin Core developers
// Distributed under the MIT software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#include<interfaces/init.h>#include<memory>namespaceinterfaces{
std::unique_ptr<Init>MakeWalletInit(intargc,char*argv[],int&exit_status){returnstd::make_unique<Init>();}}// namespace interfaces