Implement the wallet software

This commit is contained in:
2024-03-25 20:59:32 +01:00
parent 7037de6090
commit 77e85886ce
3 changed files with 163 additions and 0 deletions

View File

@@ -403,6 +403,7 @@ def receiver(node, b):
if not parsed_transaction.is_valid():
continue
b.open_transactions.add(parsed_transaction)
node.node_socket.sendto(b"\0\0\0\0\x0a", addr)
else:
log(f"Got a udp message of unknown type from {sender}. (type {msg_type})")