mirror of
https://github.com/aljazceru/nutshell.git
synced 2026-01-30 05:54:19 +01:00
bump version
This commit is contained in:
@@ -48,4 +48,4 @@ LNBITS_ENDPOINT = env.str("LNBITS_ENDPOINT", default=None)
|
||||
LNBITS_KEY = env.str("LNBITS_KEY", default=None)
|
||||
|
||||
MAX_ORDER = 64
|
||||
VERSION = "0.2.6"
|
||||
VERSION = "0.3.0"
|
||||
|
||||
@@ -118,7 +118,7 @@ class LedgerAPI:
|
||||
await store_keyset(keyset=keyset, db=self.db)
|
||||
|
||||
# store current keyset
|
||||
assert len(self.keys) > 0, "did not receive keys from mint."
|
||||
assert len(keyset.public_keys) > 0, "did not receive keys from mint."
|
||||
self.keys = keyset.public_keys
|
||||
self.keyset_id = keyset.id
|
||||
|
||||
|
||||
Reference in New Issue
Block a user