From 99655790c11bc4f4995edede3cedd16a7ba63516 Mon Sep 17 00:00:00 2001 From: webworker01 Date: Wed, 17 Oct 2018 20:40:19 +0000 Subject: [PATCH] fix permissions and splitfund for dion --- iguana/coins/dion_7776 | 0 iguana/m_splitfund | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) mode change 100644 => 100755 iguana/coins/dion_7776 diff --git a/iguana/coins/dion_7776 b/iguana/coins/dion_7776 old mode 100644 new mode 100755 diff --git a/iguana/m_splitfund b/iguana/m_splitfund index 890cc79ff..1325a6ca0 100755 --- a/iguana/m_splitfund +++ b/iguana/m_splitfund @@ -47,5 +47,5 @@ curl --url "http://127.0.0.1:7776" --data "{\"coin\":\"PGT\",\"agent\":\"iguana\ curl --url "http://127.0.0.1:7776" --data "{\"coin\":\"KMDICE\",\"agent\":\"iguana\",\"method\":\"splitfunds\",\"satoshis\":\"10000\",\"sendflag\":1,\"duplicates\":50}" curl --url "http://127.0.0.1:7776" --data "{\"coin\":\"GAME\",\"agent\":\"iguana\",\"method\":\"splitfunds\",\"satoshis\":\"100000\",\"sendflag\":1,\"duplicates\":50}" curl --url "http://127.0.0.1:7776" --data "{\"coin\":\"EMC2\",\"agent\":\"iguana\",\"method\":\"splitfunds\",\"satoshis\":\"100000\",\"sendflag\":1,\"duplicates\":50}" -curl --url "http://127.0.0.1:7776" --data "{\"coin\":\"DION\",\"agent\":\"iguana\",\"method\":\"splitfunds\",\"satoshis\":\"100000\",\"sendflag\":1,\"duplicates\":50}" +curl --url "http://127.0.0.1:7776" --data "{\"coin\":\"DION\",\"agent\":\"iguana\",\"method\":\"splitfunds\",\"satoshis\":\"10000\",\"sendflag\":1,\"duplicates\":50}"