Skip to content

Commit

Permalink
removed unused types and fix linted
Browse files Browse the repository at this point in the history
  • Loading branch information
bizk committed Dec 11, 2023
1 parent f10a2ec commit bcbcb98
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions types/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,6 @@ type Config struct {
addressVerifier func([]byte) error
mtx sync.RWMutex

// SLIP-44 related
purpose uint32
coinType uint32

sealed bool
sealedch chan struct{}
}
Expand Down

0 comments on commit bcbcb98

Please sign in to comment.