Skip to content

Commit

Permalink
Update getAllAccount.go
Browse files Browse the repository at this point in the history
  • Loading branch information
keienWang committed Jun 4, 2024
1 parent b0df66a commit 7ba5b7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion getAccounts/getAllAccount.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import (

func GetAccount() {

client, err := ethclient.Dial("http://192.168.110.137:8545")
client, err := ethclient.Dial("http://192.168.110.153:8545")
if err != nil {
log.Fatal(err)
}
Expand Down

0 comments on commit 7ba5b7a

Please sign in to comment.