diff --git a/torba/client/baseaccount.py b/torba/client/baseaccount.py index 896bc3840..581fe1459 100644 --- a/torba/client/baseaccount.py +++ b/torba/client/baseaccount.py @@ -168,6 +168,9 @@ class SingleKey(AddressManager): same_address_manager = cls(account, account.public_key, 0) return same_address_manager, same_address_manager + def apply(self, d: dict): + pass + def to_dict_instance(self): return None