mirror of
https://github.com/aljazceru/nostrdvm.git
synced 2026-01-04 14:54:20 +01:00
bump and adapt to nostr-sdk to 0.7.1
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user