From 253b0989b86293d8e7623b254c51a34dcf252e9a Mon Sep 17 00:00:00 2001 From: ThomasV Date: Thu, 12 Jun 2025 19:56:14 +0200 Subject: [PATCH] cli: rename clearconfig -> unsetconfig --- electrum/commands.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.