From 9239977766c08882f30aab77b701381b7899198b Mon Sep 17 00:00:00 2001 From: jl777 Date: Mon, 17 Apr 2017 08:41:20 +0300 Subject: [PATCH] Test --- .gitignore | 2 ++ iguana/m_notary | 1 - iguana/tests/dexgetinfo | 3 ++- iguana/tests/getinfo | 2 +- 4 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index cea92debf..a32412cc6 100755 --- a/.gitignore +++ b/.gitignore @@ -354,3 +354,5 @@ iguana/DB/SWAPS/2279906047-2580050792 iguana/DB/SWAPS/1672096208-4211948211 iguana/DB/SWAPS/3062665554-3128383014 + +iguana/DB/SWAPS/2668150969-2698996317 diff --git a/iguana/m_notary b/iguana/m_notary index f6fe26d75..76d5c06a6 100755 --- a/iguana/m_notary +++ b/iguana/m_notary @@ -36,7 +36,6 @@ coins/pangea_7776 coins/mgw_7776 coins/mvp_7776 coins/wlc_7776 -#coins/wireless_7776 coins/kv_7776 coins/ceal_7776 coins/mesh_7776 diff --git a/iguana/tests/dexgetinfo b/iguana/tests/dexgetinfo index d31b736a6..8aa05a403 100755 --- a/iguana/tests/dexgetinfo +++ b/iguana/tests/dexgetinfo @@ -1,2 +1,3 @@ #!/bin/bash -curl --url "http://127.0.0.1:7778" --data "{\"agent\":\"dex\",\"method\":\"getinfo\",\"symbol\":\"BTC\"}" +curl --url "http://127.0.0.1:7778" --data "{\"agent\":\"dex\",\"method\":\"getinfo\",\"symbol\":\"KMD\"}" +curl --url "http://127.0.0.1:7778" --data "{\"agent\":\"dex\",\"method\":\"getinfo\",\"symbol\":\"WLC\"}" diff --git a/iguana/tests/getinfo b/iguana/tests/getinfo index 35e732fc9..3f0a59664 100755 --- a/iguana/tests/getinfo +++ b/iguana/tests/getinfo @@ -1,2 +1,2 @@ #!/bin/bash -curl --url "http://127.0.0.1:7778" --data "{\"coin\":\"SHARK\",\"method\":\"getinfo\",\"params\":[]}" +curl --url "http://127.0.0.1:7778" --data "{\"coin\":\"WLC\",\"method\":\"getinfo\",\"params\":[]}"