fix darwin builds
This commit is contained in:
@@ -1861,6 +1861,10 @@ void MONERO_WalletManagerFactory_setLogLevel(int level) {
|
||||
Monero::WalletManagerFactory::setLogLevel(level);
|
||||
}
|
||||
|
||||
void MONERO_WalletManagerFactory_setLogCategories(const char* categories) {
|
||||
Monero::WalletManagerFactory::setLogCategories(std::string(categories));
|
||||
}
|
||||
|
||||
// DEBUG functions
|
||||
|
||||
// As it turns out we need a bit more functions to make sure that the library is working.
|
||||
|
||||
@@ -101,7 +101,7 @@ extern ADDAPI const char* MONERO_PendingTransaction_signersKeys(void* pendingTx_
|
||||
// virtual std::vector<std::string> hex() const = 0;
|
||||
extern ADDAPI const char* MONERO_PendingTransaction_hex(void* pendingTx_ptr, const char* separator);
|
||||
// virtual std::vector<std::string> txKey() const = 0;
|
||||
extern ADDAPI const char* MONERO_PendingTransaction_txHex(void* pendingTx_ptr, const char* separator);
|
||||
// extern ADDAPI const char* MONERO_PendingTransaction_txHex(void* pendingTx_ptr, const char* separator);
|
||||
// };
|
||||
|
||||
// struct UnsignedTransaction
|
||||
|
||||
Reference in New Issue
Block a user