From 7aef577abb03ce0fa64da7fa826101aad7e069ea Mon Sep 17 00:00:00 2001
From: capossele <angelocapossele@gmail.com>
Date: Tue, 16 Jun 2020 14:32:47 +0100
Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20Change=20client=20url=20for=20te?=
 =?UTF-8?q?sting?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 tools/double-spend/double-spend.go | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/double-spend/double-spend.go b/tools/double-spend/double-spend.go
index ce29625f..5d687609 100644
--- a/tools/double-spend/double-spend.go
+++ b/tools/double-spend/double-spend.go
@@ -16,7 +16,7 @@ import (
 
 func main() {
 
-	client := client.NewGoShimmerAPI("http://ressims.iota.cafe:8080", http.Client{Timeout: 30 * time.Second})
+	client := client.NewGoShimmerAPI("http://localhost:8080", http.Client{Timeout: 30 * time.Second})
 
 	// genesis wallet
 	genesisSeedBytes, err := base58.Decode("7R1itJx5hVuo9w9hjg5cwKFmek4HMSoBDgJZN8hKGxih")
-- 
GitLab