remove incentivization comment

This commit is contained in:
Youngjoon Lee 2024-07-11 17:05:35 +09:00
parent e558ba4e6d
commit e964721453
No known key found for this signature in database
GPG Key ID: B4253AFBA618BF4D

View File

@ -65,6 +65,5 @@ class NodeInfo:
public_key: X25519PublicKey
def sphinx_node(self) -> SphinxNode:
# TODO: Use a pre-signed incentive tx, instead of NodeAddress
dummy_node_addr = bytes(32)
return SphinxNode(self.public_key, dummy_node_addr)