fix typo in CCProtocolPacker

from https://github.com/bitcoin-core/HWI/pull/616
This commit is contained in:
Bryan Bishop 2022-06-29 15:24:57 -05:00 committed by GitHub
parent 63432118b6
commit 757209900a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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