Author: batosai
Date: 2008-08-30 13:45:19 +0000 (Sat, 30 Aug 2008)
New Revision: 22248
Modified:
trunk/apps/WoT/src/plugins/WoT/WoTplugin.java
Log:
Set a USK so I can update the edition number later (bug #2503).
Modified: trunk/apps/WoT/src/plugins/WoT/WoTplugin.java
===================================================================
--- trunk/apps/WoT/src/plugins/WoT/WoTplugin.java 2008-08-30 13:36:21 UTC
(rev 22247)
+++ trunk/apps/WoT/src/plugins/WoT/WoTplugin.java 2008-08-30 13:45:19 UTC
(rev 22248)
@@ -54,7 +54,7 @@
private WebInterface web;
private IdentityInserter inserter;
private IdentityFetcher fetcher;
- private String seedURI = "SSK at
MF2Vc6FRgeFMZJ0s2l9hOop87EYWAydUZakJzL0OfV8,fQeN-RMQZsUrDha2LCJWOMFk1-EiXZxfTnBT8NEgY00,AQACAAE/";
+ private String seedURI = "USK at
MF2Vc6FRgeFMZJ0s2l9hOop87EYWAydUZakJzL0OfV8,fQeN-RMQZsUrDha2LCJWOMFk1-EiXZxfTnBT8NEgY00,AQACAAE/WoT/0";
private Identity seed;
public static String SELF_URI = "/plugins/plugins.WoT.WoTplugin";
@@ -257,7 +257,7 @@
db.store(score);
// This identity trusts the seed identity
- wot.setTrust(new Trust(identity, seed, 100, "Seed identity"));
+ wot.setTrust(new Trust(identity, seed, 100, "I trust the WoT
plugin"));
db.commit();