diff --git a/tools/double-spend/double-spend.go b/tools/double-spend/double-spend.go index ce29625f6bd1e0808ba19b2d0b56c4302785aafe..5d68760990dd12f597d119a14200a7be645bf813 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")