From 66df910ba20d9e66ef03a13ff7c916c6d58ff4e2 Mon Sep 17 00:00:00 2001 From: Luke Childs Date: Tue, 1 May 2018 14:33:49 +0700 Subject: [PATCH] Update acsplit to use 10,000 sats --- iguana/acsplit | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iguana/acsplit b/iguana/acsplit index 6bf73d890..d5e0561d1 100755 --- a/iguana/acsplit +++ b/iguana/acsplit @@ -1 +1 @@ -curl --url "http://127.0.0.1:7776" --data "{\"coin\":\""${1}"\",\"agent\":\"iguana\",\"method\":\"splitfunds\",\"satoshis\":\"50000\",\"sendflag\":1,\"duplicates\":"${2}"}" +curl --url "http://127.0.0.1:7776" --data "{\"coin\":\""${1}"\",\"agent\":\"iguana\",\"method\":\"splitfunds\",\"satoshis\":\"10000\",\"sendflag\":1,\"duplicates\":"${2}"}"