added python function call add custom information

This commit is contained in:
2025-04-24 23:15:02 +01:00
parent c445ac88c4
commit a6939ec35e
4 changed files with 137 additions and 108 deletions

View File

@@ -5,3 +5,7 @@ if __name__ == "__main__":
P2PRCNodes = ListNodes()
# Print nodes in the network
print(P2PRCNodes)
# Add custom information to the network
if AddCustomInformation("Test"):
print("It worked")