1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-11-20 06:28:09 +00:00

fixup! feat(python): rework channel database [no changelog]

This commit is contained in:
M1nd3r 2024-11-19 21:05:49 +01:00
parent 641611b18a
commit bfd016ca64

View File

@ -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()