Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 0 additions & 9 deletions signer/core/api.go
Original file line number Diff line number Diff line change
Expand Up @@ -189,15 +189,6 @@ type (

var ErrRequestDenied = errors.New("Request denied")

type errorWrapper struct {
msg string
err error
}

func (ew errorWrapper) String() string {
return fmt.Sprintf("%s\n%s", ew.msg, ew.err)
}

// NewSignerAPI creates a new API that can be used for Account management.
// ksLocation specifies the directory where to store the password protected private
// key that is generated when a new Account is created.
Expand Down