jl777
8 years ago
3 changed files with 4 additions and 5 deletions
@ -1,2 +1,2 @@ |
|||||
source userpass |
source userpass |
||||
curl --url "http://127.0.0.1:7779" --data "{\"userpass\":\"$userpass\",\"method\":\"candidates\",\"txid\":\"\",\"vout\":0,\"coin\":\"REVS\",\"maxprice\":1.5}" |
curl --url "http://127.0.0.1:7779" --data "{\"userpass\":\"$userpass\",\"method\":\"candidates\",\"txid\":\"$1\",\"vout\":$2,\"coin\":\"REVS\",\"maxprice\":$3}" |
||||
|
@ -1,2 +1,2 @@ |
|||||
source userpass |
source userpass |
||||
curl --url "http://127.0.0.1:7779" --data "{\"userpass\":\"$userpass\",\"method\":\"candidates\",\"txid\":\"\",\"vout\":0,\"coin\":\"REVS\"}" |
curl --url "http://127.0.0.1:7779" --data "{\"userpass\":\"$userpass\",\"method\":\"candidates\",\"txid\":\"$1\",\"vout\":$2,\"coin\":\"REVS\"}" |
||||
|
Loading…
Reference in new issue