From bfd016ca642d2d5a5dcdb42b7268dab6815eb76b Mon Sep 17 00:00:00 2001 From: M1nd3r Date: Tue, 19 Nov 2024 21:05:49 +0100 Subject: [PATCH] fixup! feat(python): rework channel database [no changelog] --- python/src/trezorlib/cli/trezorctl.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/src/trezorlib/cli/trezorctl.py b/python/src/trezorlib/cli/trezorctl.py index 183ed8026f..64308ee0cc 100755 --- a/python/src/trezorlib/cli/trezorctl.py +++ b/python/src/trezorlib/cli/trezorctl.py @@ -387,7 +387,7 @@ def delete_channels() -> None: Delete cached channels. Do not use together with the `-n` (`--no-store`) flag, - as the JSON database will not be deleted. + as the JSON database will not be deleted in that case. """ get_channel_db().clear_stored_channels()