From 613f25c68e1c21b948168f906ff0981d436c6634 Mon Sep 17 00:00:00 2001 From: jl777 Date: Fri, 10 Feb 2017 09:37:19 +0200 Subject: [PATCH] test --- iguana/kmd_lookup.h | 1 - iguana/tests/sendtoaddress | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/iguana/kmd_lookup.h b/iguana/kmd_lookup.h index d9ac93d5d..48eb0e958 100755 --- a/iguana/kmd_lookup.h +++ b/iguana/kmd_lookup.h @@ -430,7 +430,6 @@ int32_t _kmd_bitcoinscan(struct iguana_info *coin) void kmd_bitcoinscan() { char *retstr; cJSON *array; int32_t i,n; struct iguana_info *coin; - return; if ( (retstr= dpow_notarychains(0,0,0,0)) != 0 ) { if ( (array= cJSON_Parse(retstr)) != 0 ) diff --git a/iguana/tests/sendtoaddress b/iguana/tests/sendtoaddress index fa108b11e..e31a3af56 100755 --- a/iguana/tests/sendtoaddress +++ b/iguana/tests/sendtoaddress @@ -1,3 +1,3 @@ #!/bin/bash -curl --url "http://127.0.0.1:7778" --data "{\"coin\":\"BTCD\",\"method\":\"sendtoaddress\",\"params\":[\"RVQV5spiARDTqfwBCxstWnMbrT6Q8mhRYz\", 0.15, \"testcomment\", \"sendcomment\"]}" +curl --url "http://127.0.0.1:7778" --data "{\"coin\":\"KMD\",\"method\":\"sendtoaddress\",\"params\":[\"RVQV5spiARDTqfwBCxstWnMbrT6Q8mhRYz\", 0.15, \"testcomment\", \"sendcomment\"]}"