Merge pull request #87593 from vojta001/monero

monero: fix rcp.restricted option
This commit is contained in:
Michele Guerini Rocco 2020-05-11 12:39:16 +02:00 committed by GitHub
commit da19aa1319
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -26,7 +26,7 @@ let
rpc-login=${rpc.user}:${rpc.password}
''}
${optionalString rpc.restricted ''
restrict-rpc=1
restricted-rpc=1
''}
limit-rate-up=${toString limits.upload}