From 7a0b26dbb5394377d429388ee47724f03fdef3fa Mon Sep 17 00:00:00 2001 From: jl777 Date: Wed, 14 Jun 2017 16:00:46 +0300 Subject: [PATCH] Test --- iguana/exchanges/getutxos | 2 ++ 1 file changed, 2 insertions(+) create mode 100755 iguana/exchanges/getutxos diff --git a/iguana/exchanges/getutxos b/iguana/exchanges/getutxos new file mode 100755 index 000000000..a84c72fb0 --- /dev/null +++ b/iguana/exchanges/getutxos @@ -0,0 +1,2 @@ +source userpass +curl --url "http://127.0.0.1:7779" --data "{\"userpass\":\"$userpass\",\"method\":\"getutxos\",\"coin\":\"REVS\"}"