[Nym3-commit] r189 - trunk/nym3/Client
laurent at conuropsis.org
laurent at conuropsis.org
Mon Apr 11 21:00:08 CEST 2005
Author: laurent
Date: 2005-04-11 21:00:06 +0200 (Mon, 11 Apr 2005)
New Revision: 189
Modified:
trunk/nym3/Client/Main.py
Log:
Proof-of-work is empty for the time being.
Modified: trunk/nym3/Client/Main.py
===================================================================
--- trunk/nym3/Client/Main.py 2005-04-11 18:59:10 UTC (rev 188)
+++ trunk/nym3/Client/Main.py 2005-04-11 19:00:06 UTC (rev 189)
@@ -163,7 +163,7 @@
secring.save(passphrase1)
pubring.save("nym3")
createc = Message.Create()
- createc.fromData(usernamelist, "POW") # TODO what was the proof of work?
+ createc.fromData(usernamelist, "")
newpkc = Message.Newpk()
newpkc.fromData(idKey, encKey)
surbc = Message.Surb()
More information about the Nym3-commit
mailing list