From 552eb795a3e7578cde3819d3924a62e58a88e287 Mon Sep 17 00:00:00 2001 From: jl777 Date: Thu, 27 Oct 2016 10:44:59 -0300 Subject: [PATCH] test --- src/komodo_gateway.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/komodo_gateway.h b/src/komodo_gateway.h index c2c1cfff2..4dd651aaf 100644 --- a/src/komodo_gateway.h +++ b/src/komodo_gateway.h @@ -91,6 +91,7 @@ int32_t komodo_gateway_depositremove(uint256 txid,uint16_t vout) // assetchain c item = &ptr->DL; DL_FOREACH(Q->list,item) { + ptr = (struct pax_transaction *)item; if ( memcmp(&ptr->txid,&txid,sizeof(txid)) == 0 && ptr->vout == vout ) { if ( KOMODO_DEPOSIT >= ptr->fiatoshis )