mirror of
https://github.com/aljazceru/python-nostr.git
synced 2025-12-18 23:04:20 +01:00
fix default pubkey
This commit is contained in:
@@ -12,7 +12,7 @@ from . import bech32
|
||||
|
||||
|
||||
class PublicKey:
|
||||
def __init__(self, raw_bytes: bytes) -> None:
|
||||
def __init__(self, raw_bytes: bytes = None) -> None:
|
||||
self.raw_bytes = raw_bytes
|
||||
|
||||
def bech32(self) -> str:
|
||||
|
||||
Reference in New Issue
Block a user