From 757209900a90a7f834fb6a60b38cc36ba456f486 Mon Sep 17 00:00:00 2001 From: Bryan Bishop Date: Wed, 29 Jun 2022 15:24:57 -0500 Subject: [PATCH] fix typo in CCProtocolPacker from https://github.com/bitcoin-core/HWI/pull/616 --- ckcc/protocol.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ckcc/protocol.py b/ckcc/protocol.py index 66b5335..4f74043 100644 --- a/ckcc/protocol.py +++ b/ckcc/protocol.py @@ -64,7 +64,7 @@ class CCProtocolPacker: @staticmethod def start_backup(): - # prompts user with password for encrytped backup + # prompts user with password for encrypted backup return b'back' @staticmethod