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