Skip to content

Commit

Permalink
removing debug line
Browse files Browse the repository at this point in the history
  • Loading branch information
ac4ch committed May 15, 2024
1 parent 6406f0c commit 8f37026
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions walletclient.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
package walletclient

import (
"fmt"
"net/http"

"github.com/bitcoin-sv/spv-wallet/models"
Expand Down Expand Up @@ -93,7 +92,6 @@ func newWalletClient(configurators ...WalletClientConfigurator) (*WalletClient,
// initializeKeys handles the initialization of keys based on the existing fields.
func (c *WalletClient) initializeKeys() error {
var err error
fmt.Printf("===== %+v\n", c)
switch {
case c.xPrivString != nil:
if c.xPriv, err = bitcoin.GenerateHDKeyFromString(*c.xPrivString); err != nil {
Expand Down

0 comments on commit 8f37026

Please sign in to comment.