/
githubmirror
/
bitcoin
Обзор
Документация
Войти
/
githubmirror
/
bitcoin
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
src/wallet/rpc/wallet.h
16 строк
443 B
MarcoFalke
scripted-diff: Bump copyright headers after std::span changes
12 мар 2025, 21:46
12 мар 2025, 21:46
fa94233
Код
Авторство
О чём код?
// Copyright (c) 2016-present The Bitcoin Core developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #ifndef BITCOIN_WALLET_RPC_WALLET_H #define BITCOIN_WALLET_RPC_WALLET_H #include <span.h> class CRPCCommand; namespace wallet { std::span<const CRPCCommand> GetWalletRPCCommands(); } // namespace wallet #endif // BITCOIN_WALLET_RPC_WALLET_H