fix unix build error

This commit is contained in:
Dario 2020-11-28 13:37:33 +01:00 committed by Ulf Gebhardt
parent b120076f08
commit 05d3384216
No known key found for this signature in database
GPG Key ID: 81308EFE29ABFEBD

View File

@ -147,7 +147,7 @@ namespace controller {
model::hedera::Response response;
if (!hedera_topic->getTopicInfosFromHedera(hederaId, user, response)) {
delete hedera_topic;
return false;
return nullptr;
}
auto consensus_topic_info = response.getConsensusTopicInfo();