exchange

Base system with REST service to issue digital coins, run by the payment service provider
Log | Files | Refs | Submodules | README | LICENSE

commit be778784ea2ceaf609426041c5ac3a0241ea242e
parent d88048e4b91bf79db44c6f97be03c44311c9568f
Author: Christian Grothoff <christian@grothoff.org>
Date:   Thu,  9 Jul 2015 13:02:40 +0200

fix transaction ID conversion in DB

Diffstat:
Msrc/mint-lib/test_mint_api.c | 7+------
1 file changed, 1 insertion(+), 6 deletions(-)

diff --git a/src/mint-lib/test_mint_api.c b/src/mint-lib/test_mint_api.c @@ -13,16 +13,11 @@ You should have received a copy of the GNU General Public License along with TALER; see the file COPYING. If not, If not, see <http://www.gnu.org/licenses/> */ - /** * @file mint/test_mint_api.c * @brief testcase to test mint's HTTP API interface * @author Sree Harsha Totakura <sreeharsha@totakura.in> * @author Christian Grothoff - * - * TODO: - * - enhance interpreter to allow for testing of failure conditions - * (i.e. double-spending, insufficient funds on withdraw) */ #include "platform.h" #include "taler_util.h" @@ -515,7 +510,7 @@ withdraw_status_cb (void *cls, { case MHD_HTTP_OK: /* FIXME: note that history events may come in a different - order than the commands right now... */ + order than the commands. However, for now this works... */ j = 0; for (i=0;i<is->ip;i++) {