Skip to content

Commit

Permalink
Remove XPUB handlers
Browse files Browse the repository at this point in the history
  • Loading branch information
National Bitcoiner committed Jun 21, 2020
1 parent 6985ee6 commit 56a0d6a
Show file tree
Hide file tree
Showing 8 changed files with 15 additions and 2,425 deletions.
2 changes: 1 addition & 1 deletion api/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const maxUint32 = ^uint32(0)
const maxInt = int(^uint(0) >> 1)
const maxInt64 = int64(^uint64(0) >> 1)

// AccountDetails specifies what data returns GetAddress and GetXpub calls
// AccountDetails specifies what data returns GetAddress calls
type AccountDetails int

const (
Expand Down
Loading

0 comments on commit 56a0d6a

Please sign in to comment.