mirror of
https://github.com/basicswap/basicswap.git
synced 2025-11-06 02:38:11 +01:00
Raise versions, add release notes.
Add event log table. Offers can be revoked. Added separate range for retry delays.
This commit is contained in:
@@ -12,3 +12,10 @@ TODO:
|
||||
|
||||
class Peer:
|
||||
pass
|
||||
|
||||
|
||||
class Network:
|
||||
def __init__(self, network_port, network_key):
|
||||
self._network_port = network_port
|
||||
self._network_key = network_key
|
||||
self._peers = []
|
||||
|
||||
Reference in New Issue
Block a user