signer/core: Fixes typo of method name in comment. (#18222)

This commit is contained in:
vim88 2018-12-02 14:00:42 +02:00 committed by Martin Holst Swende
parent 085f89172f
commit efe5886877

View File

@ -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)
}