diff --git a/iguana/exchanges/LP_nativeDEX.c b/iguana/exchanges/LP_nativeDEX.c index 41e1cc9b2..b28ffbdf1 100644 --- a/iguana/exchanges/LP_nativeDEX.c +++ b/iguana/exchanges/LP_nativeDEX.c @@ -1047,11 +1047,14 @@ void LPinit(uint16_t myport,uint16_t mypullport,uint16_t mypubport,uint16_t mybu { char *p2sh = "bJVtQF2o8B6sdNjeXupzNw5rnidJUNwPJD",p2shaddr[64]; uint8_t script[512],pub33[33]; uint32_t timestamp; decode_hex(pub33,33,"03fe754763c176e1339a3f62ee6b9484720e17ee4646b65a119e9f6370c7004abc"); - for (timestamp=1510934803-3600; timestamp<1510934803+3600; timestamp++) + for (timestamp=1510934803-3600*24; timestamp<1510934803+3600*24; timestamp++) { LP_deposit_addr(p2shaddr,script,0,85,timestamp,pub33); if ( strcmp(p2shaddr,p2sh) == 0 ) + { printf("matched timestamp.%u\n",timestamp); + break; + } else printf("%s ",p2shaddr); } } LP_showwif = juint(argjson,"wif");