Skip to content

Commit

Permalink
signer/core: Fixes typo of method name in comment. (#18222)
Browse files Browse the repository at this point in the history
  • Loading branch information
vim88 authored and holiman committed Dec 2, 2018
1 parent 085f891 commit efe5886
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion signer/core/api.go
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ type SignerUI interface {
// OnSignerStartup is invoked when the signer boots, and tells the UI info about external API location and version
// information
OnSignerStartup(info StartupInfo)
// OnInputRequried is invoked when clef requires user input, for example master password or
// OnInputRequired is invoked when clef requires user input, for example master password or
// pin-code for unlocking hardware wallets
OnInputRequired(info UserInputRequest) (UserInputResponse, error)
}
Expand Down

0 comments on commit efe5886

Please sign in to comment.