Samuel Smith
Results
2
issues of
Samuel Smith
Add a setting to enable anonymized logging. When enabled, the logs will omit IP addresses, TX hashes and any other information that could potentially identify a connected user. This would...
Suggest adding logic like this near the top of run_electrum_server: ``` # prevent database corruption due to default open file limits import resource softlimit, hardlimit = resource.getrlimit(resource.RLIMIT_OFILE) if hardlimit <...