From 7e501600dd4893b651208cbf0e01e12ac31fb314 Mon Sep 17 00:00:00 2001 From: wregulski Date: Wed, 11 Sep 2024 13:46:20 +0200 Subject: [PATCH] fix(SPV-936): proper key in examples --- examples/handle_exceptions/handle_exceptions.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/handle_exceptions/handle_exceptions.go b/examples/handle_exceptions/handle_exceptions.go index 7bb7b31..39558fe 100644 --- a/examples/handle_exceptions/handle_exceptions.go +++ b/examples/handle_exceptions/handle_exceptions.go @@ -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")