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
Branches
No related tags found
No related merge requests found
...@@ -16,7 +16,7 @@ import ( ...@@ -16,7 +16,7 @@ import (
func main() { 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 // genesis wallet
genesisSeedBytes, err := base58.Decode("7R1itJx5hVuo9w9hjg5cwKFmek4HMSoBDgJZN8hKGxih") genesisSeedBytes, err := base58.Decode("7R1itJx5hVuo9w9hjg5cwKFmek4HMSoBDgJZN8hKGxih")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment