Refactor: P2PKSecret (#323)

* port changes from dleq branch

* adjust tests

* fix tag serialization

* refactor p2pk and secrets into a new Protocol class

* clean up code

* refactor p2pk types from base

* test second refund pubkey
This commit is contained in:
callebtc
2023-09-21 14:58:42 +02:00
committed by GitHub
parent 5e001548fe
commit a1802b2d81
9 changed files with 727 additions and 609 deletions

View File

@@ -47,7 +47,7 @@ def main(
host=host,
ssl_keyfile=ssl_keyfile,
ssl_certfile=ssl_certfile,
**d,
**d, # type: ignore
)
server = uvicorn.Server(config)
server.run()