mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-12-13 14:14:00 +01:00
Un-expose mapArgs from utils.h
This commit is contained in:
@@ -32,6 +32,7 @@ struct COrphanTx {
|
||||
int64_t nTimeExpire;
|
||||
};
|
||||
extern std::map<uint256, COrphanTx> mapOrphanTransactions;
|
||||
extern std::map<std::string, std::string> mapArgs;
|
||||
|
||||
CService ip(uint32_t i)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user