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

@@ -20,7 +20,7 @@ def nwc_zap(connectionstr, bolt11, keys):
}
}
signer = ClientSigner.KEYS(keys)
signer = ClientSigner.keys(keys)
client = Client(signer)
client.add_relay(relay)
client.connect()