Skip to content

Commit

Permalink
fix(SPV-936): proper key in examples
Browse files Browse the repository at this point in the history
  • Loading branch information
wregulski committed Sep 11, 2024
1 parent 8148f21 commit 7e50160
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/handle_exceptions/handle_exceptions.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ func main() {

const server = "http://localhost:3003/v1"

client := walletclient.NewWithXPub(server, examples.ExampleXPub)
client := walletclient.NewWithXPub(server, examples.ExampleAdminKey)
ctx := context.Background()

fmt.Println("Client created")
Expand Down

0 comments on commit 7e50160

Please sign in to comment.