diff --git a/electrum/commands.py b/electrum/commands.py index 3f2546053..90d390705 100644 --- a/electrum/commands.py +++ b/electrum/commands.py @@ -408,7 +408,7 @@ class Commands(Logger): self._setconfig(key, value) @command('') - async def clearconfig(self, key): + async def unsetconfig(self, key): """ Clear a configuration variable. The variable will be reset to its default value.