Skip to content

Commit

Permalink
remove comment about empty nonce
Browse files Browse the repository at this point in the history
I think that for v1 announcements the seqnum and nonce are ignored anyway.
  • Loading branch information
leif committed Jan 13, 2014
1 parent 50c4531 commit 93692eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/allmydata/introducer/client.py
Expand Up @@ -198,7 +198,7 @@ def _publish_stub_client(ignored):
self.publish("stub_client",
{ "anonymous-storage-FURL": furl,
"permutation-seed-base32": get_tubid_string(furl),
}, 0, "") # BOOG: empty nonce
}, 0, "")
d.addCallback(_publish_stub_client)
return d

Expand Down

0 comments on commit 93692eb

Please sign in to comment.