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

Ian Grigg iang@cypherpunks.ai
Thu, 12 Apr 2001 01:09:51 -0400 (AST)


iang        01/04/12 01:09:51

  Modified:    webfunds/client/sox SOXWallet.java
  Log:
  comment only

Revision  Changes    Path
1.151     +3 -3      java/webfunds/client/sox/SOXWallet.java

Index: SOXWallet.java
===================================================================
RCS file: /home/webfunds/cvsroot/java/webfunds/client/sox/SOXWallet.java,v
retrieving revision 1.150
retrieving revision 1.151
diff -u -r1.150 -r1.151
--- SOXWallet.java	2001/04/03 13:57:23	1.150
+++ SOXWallet.java	2001/04/12 05:09:50	1.151
@@ -1,4 +1,4 @@
-/* $Id: SOXWallet.java,v 1.150 2001/04/03 13:57:23 iang Exp $
+/* $Id: SOXWallet.java,v 1.151 2001/04/12 05:09:50 iang Exp $
  *
  * Copyright (c) Systemics Inc. 1995-2000 on behalf of
  * The WebFunds Development Team.  All Rights Reserved.
@@ -80,7 +80,7 @@
  *
  *  Check the above search strings for separation so far.
  *
- * @version $Revision: 1.150 $
+ * @version $Revision: 1.151 $
  */
 public class SOXWallet
     extends Debug
@@ -705,7 +705,7 @@
                               ItemId contractid,
                               long amount)
     {
-        long pend = getValue(src, contractid, true);
+        long pend = getValue(src, contractid, true);  // generally negative
         long confirmed = getValue(src, contractid, false);
  
         logmsg("amount: " + amount + ", pend: " + pend +