Skip to content

Commit

Permalink
Removed http
Browse files Browse the repository at this point in the history
  • Loading branch information
Nazarii-4chain committed Jan 22, 2024
1 parent 3d5b498 commit 6f88115
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/register_xpub/register_xpub.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ func main() {
// Create a client
buxClient, _ := buxclient.New(
buxclient.WithXPriv(keys.XPriv()),
buxclient.WithHTTP("http://localhost:3003/v1"),
buxclient.WithHTTP("localhost:3003/v1"),
buxclient.WithSignRequest(true),
)

Expand Down

0 comments on commit 6f88115

Please sign in to comment.