radicle/tor: Fixes
Fixes two earlier mistakes:
- In
fb18083,fn null_to_defaultwas added, which is only conditionally used if the feature “tor” is enabled, so also only conditionally compile the function. - In
1e13268, theimpl Arbitraryfor AddressType` was not properly adjusted for the case where the newly introduced feature “tor” is disabled.
Fixes two earlier mistakes:
- In
fb18083,fn null_to_defaultwas added, which is only conditionally used if the feature “tor” is enabled, so also only conditionally compile the function. - In
1e13268, theimpl Arbitraryfor AddressType` was not properly adjusted for the case where the newly introduced feature “tor” is disabled.