From 27bc2bda06c0df1623e32861a5972d5bae566d5a Mon Sep 17 00:00:00 2001 From: callebtc <93376500+callebtc@users.noreply.github.com> Date: Mon, 24 Jul 2023 21:27:45 +0200 Subject: [PATCH] remove mint_info pubkey (#289) --- cashu/wallet/wallet.py | 1 - 1 file changed, 1 deletion(-) diff --git a/cashu/wallet/wallet.py b/cashu/wallet/wallet.py index 69f2da9..0e69e7e 100644 --- a/cashu/wallet/wallet.py +++ b/cashu/wallet/wallet.py @@ -777,7 +777,6 @@ class Wallet(LedgerAPI): Determinstically generates two secrets (one as the secret message, one as the blinding factor). """ - assert self.mint_info.pubkey, "Mint info not loaded yet." assert self.bip32, "BIP32 not initialized yet." # integer keyset id modulo max number of bip32 child keys keyest_id = int.from_bytes(base64.b64decode(self.keyset_id), "big") % (