[Webfunds-commits] java/webfunds/client/sox SOXWallet.java

Ian Grigg iang@cypherpunks.ai
Fri, 13 Oct 2000 22:20:21 -0400 (AST)


iang        00/10/13 22:20:21

  Modified:    webfunds/client/sox SOXWallet.java
  Log:
  comments

Revision  Changes    Path
1.137     +5 -5      java/webfunds/client/sox/SOXWallet.java

Index: SOXWallet.java
===================================================================
RCS file: /home/webfunds/cvsroot/java/webfunds/client/sox/SOXWallet.java,v
retrieving revision 1.136
retrieving revision 1.137
diff -u -r1.136 -r1.137
--- SOXWallet.java	2000/09/30 18:50:12	1.136
+++ SOXWallet.java	2000/10/14 02:20:20	1.137
@@ -1,4 +1,4 @@
-/* $Id: SOXWallet.java,v 1.136 2000/09/30 18:50:12 iang Exp $
+/* $Id: SOXWallet.java,v 1.137 2000/10/14 02:20:20 iang Exp $
  *
  * Copyright (c) Systemics Inc. 1995-2000 on behalf of
  * The WebFunds Development Team.  All Rights Reserved.
@@ -54,7 +54,6 @@
 import webfunds.client.Transaction;
 import webfunds.client.UInterface;
 import webfunds.client.plugins.WalletContext;
-//import webfunds.client.plugins.WalletManager;
 import webfunds.client.WalletInterface;
 import webfunds.client.sox.StoreAccountStore;
 
@@ -1820,6 +1819,10 @@
 
 
     /**
+     *  Rename the account.  The Client also has its own DB for this,
+     *  the address book.  It's being polite by telling us, so we can
+     *  keep it all consistent.
+     *
      *  Client Wallet Interface
      */
     public boolean renameAccount(AccountInfo accountinfo, String name)
@@ -1829,9 +1832,6 @@
             error(closeErrorReason);
             return false ;
         }
-
-        // AccountId acct = new AccountId();
-        // acct.setId(accountinfo.getId());
 
         Account account;
         try