diff --git a/changes/20526 b/changes/20526 new file mode 100644 index 0000000000..0924daf39f --- /dev/null +++ b/changes/20526 @@ -0,0 +1,5 @@ + o Refactoring (onion services): + - Introduce rend_service_is_ephemeral() that tells if given onion + service is ephemeral. Replace unclear NULL-checkings for service + directory with this function. + Closes ticket 20526.