mirror of
https://github.com/logos-blockchain/logos-blockchain-module.git
synced 2026-04-08 03:33:06 +00:00
update flake
This commit is contained in:
parent
8fc7fb6d04
commit
b6e5bbdd42
@ -405,13 +405,5 @@ int LogosBlockchainModule::generate_user_config_from_str(const QString& args) {
|
||||
}
|
||||
|
||||
void LogosBlockchainModule::emitEvent(const QString& eventName, const QVariantList& data) {
|
||||
if (!logosAPI) {
|
||||
qWarning() << "LogosBlockchainModule: LogosAPI not available, cannot emit" << eventName;
|
||||
return;
|
||||
}
|
||||
if (!client) {
|
||||
qWarning() << "LogosBlockchainModule: Failed to get liblogos_blockchain_module client for event" << eventName;
|
||||
return;
|
||||
}
|
||||
client->onEventResponse(this, eventName, data);
|
||||
emit eventResponse(eventName, data);
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user