mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-06-05 18:52:29 +02:00
move-only: move warnings from common to node
Since rpc/util.cpp is in common, also move GetNodeWarnings() to node::GetWarningsForRPC()
This commit is contained in:
@@ -503,6 +503,4 @@ private:
|
||||
void PushWarnings(const UniValue& warnings, UniValue& obj);
|
||||
void PushWarnings(const std::vector<bilingual_str>& warnings, UniValue& obj);
|
||||
|
||||
UniValue GetNodeWarnings(bool use_deprecated);
|
||||
|
||||
#endif // BITCOIN_RPC_UTIL_H
|
||||
|
||||
Reference in New Issue
Block a user