mirror of
https://github.com/aljazceru/nostrdvm.git
synced 2025-12-24 09:24:21 +01:00
bump and adapt to nostr-sdk to 0.7.1
This commit is contained in:
@@ -42,7 +42,7 @@ def nostr_client():
|
||||
sk = keys.secret_key()
|
||||
pk = keys.public_key()
|
||||
print(f"Nostr Test Client public key: {pk.to_bech32()}, Hex: {pk.to_hex()} ")
|
||||
signer = ClientSigner.KEYS(keys)
|
||||
signer = ClientSigner.keys(keys)
|
||||
client = Client(signer)
|
||||
|
||||
dvmconfig = DVMConfig()
|
||||
|
||||
Reference in New Issue
Block a user