fix: unifor return

This commit is contained in:
Pravdyvy 2026-07-03 17:39:15 +03:00
parent 24e09df2af
commit 15b55c6ead

View File

@ -1306,6 +1306,7 @@ std::vector<std::string> LEZCoreModule::get_all_labels_for_account(const std::st
if (err != SUCCESS) {
fprintf(stderr, "wallet_ffi_free_label_list failed : wallet FFI error %d\n", err);
return {};
}
return result;