mirror of
https://github.com/RoboSats/robosats.git
synced 2025-09-13 00:56:22 +00:00
Fix nostr
This commit is contained in:
@ -64,7 +64,7 @@ class Nostr:
|
|||||||
await client.send_private_msg(robot.nostr_pubkey, text, tags)
|
await client.send_private_msg(robot.nostr_pubkey, text, tags)
|
||||||
print("Nostr NOTIFICATION event sent")
|
print("Nostr NOTIFICATION event sent")
|
||||||
|
|
||||||
def initialize_client(self, keys):
|
async def initialize_client(self, keys):
|
||||||
# Initialize with coordinator Keys
|
# Initialize with coordinator Keys
|
||||||
signer = NostrSigner.keys(keys)
|
signer = NostrSigner.keys(keys)
|
||||||
client = Client(signer)
|
client = Client(signer)
|
||||||
|
|||||||
Reference in New Issue
Block a user