Fixed typo in set_mnemonic
This commit is contained in:
parent
f9d82511f2
commit
def164fbd4
@ -283,7 +283,7 @@ class DebugLinkMixin(object):
|
|||||||
self.passphrase = normalize_nfc(passphrase)
|
self.passphrase = normalize_nfc(passphrase)
|
||||||
|
|
||||||
def set_mnemonic(self, mnemonic):
|
def set_mnemonic(self, mnemonic):
|
||||||
self.mnemonic = normalize_nfc(passphrase)
|
self.mnemonic = normalize_nfc(mnemonic)
|
||||||
|
|
||||||
def call_raw(self, msg):
|
def call_raw(self, msg):
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user