1
0
Fork 0
forked from lthn/blockchain

cut subscribe_to_core_events

This commit is contained in:
cryptozoidberg 2020-02-12 00:14:47 +01:00
parent 8865c0c270
commit 545288f393
No known key found for this signature in database
GPG key ID: 22DEB97A54C6FDEC

View file

@ -142,8 +142,10 @@ public:
std::string transfer(size_t wallet_id, const view::transfer_params& tp, currency::transaction& res_tx);
std::string get_config_folder();
std::string is_valid_brain_restore_data(const std::string& brain_text);
#ifndef IOS_BUILD
void subscribe_to_core_events(currency::i_core_event_handler* pevents_handler);
void unsubscribe_to_core_events();
//void unsubscribe_to_core_events();
#endif
void get_gui_options(view::gui_options& opt);
std::string get_wallet_log_prefix(size_t wallet_id) const;
bool is_qt_logs_enabled() const { return m_qt_logs_enbaled; }