bump and adapt to nostr-sdk to 0.7.1

This commit is contained in:
Believethehype
2024-01-09 15:37:31 +01:00
parent 7f928ae767
commit 3812ffa02f
11 changed files with 35 additions and 20 deletions

View File

@@ -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()