From 3230f71b9f61eb9b57ad8401c7bd45aaff32b4a1 Mon Sep 17 00:00:00 2001 From: jl777 Date: Sun, 15 Apr 2018 12:45:19 +0300 Subject: [PATCH 1/2] -USD/EUR --- src/dpowassets | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/dpowassets b/src/dpowassets index cd68083ae..14bb39912 100755 --- a/src/dpowassets +++ b/src/dpowassets @@ -33,5 +33,3 @@ curl --url "http://127.0.0.1:7776" --data "{\"agent\":\"iguana\",\"method\":\"dp curl --url "http://127.0.0.1:7776" --data "{\"agent\":\"iguana\",\"method\":\"dpow\",\"symbol\":\"BNTN\",\"pubkey\":\"$pubkey\"}" curl --url "http://127.0.0.1:7776" --data "{\"agent\":\"iguana\",\"method\":\"dpow\",\"symbol\":\"PRLPAY\",\"pubkey\":\"$pubkey\"}" -#curl --url "http://127.0.0.1:7776" --data "{\"agent\":\"iguana\",\"method\":\"dpow\",\"symbol\":\"USD\",\"pubkey\":\"$pubkey\"}" -#curl --url "http://127.0.0.1:7776" --data "{\"agent\":\"iguana\",\"method\":\"dpow\",\"symbol\":\"EUR\",\"pubkey\":\"$pubkey\"}" From e708237b8afe06a1ece474d4795ef8614a934825 Mon Sep 17 00:00:00 2001 From: jl777 Date: Sun, 15 Apr 2018 15:56:43 +0300 Subject: [PATCH 2/2] -print --- src/komodo_bitcoind.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/komodo_bitcoind.h b/src/komodo_bitcoind.h index 4d513ca90..e9a379abc 100644 --- a/src/komodo_bitcoind.h +++ b/src/komodo_bitcoind.h @@ -651,7 +651,7 @@ int32_t komodo_block2height(CBlock *block) } if ( height != height2 ) { - fprintf(stderr,"block2height height.%d vs height2.%d, match.%d mismatch.%d\n",height,height2,match,mismatch); + //fprintf(stderr,"block2height height.%d vs height2.%d, match.%d mismatch.%d\n",height,height2,match,mismatch); mismatch++; if ( height2 >= 0 ) height = height2;