Skip to content
Snippets Groups Projects
Unverified Commit 7aef577a authored by capossele's avatar capossele
Browse files

:wrench: Change client url for testing

parent c0952c53
No related branches found
No related tags found
No related merge requests found
......@@ -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")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment