Commit efe58868 authored by vim88's avatar vim88 Committed by Martin Holst Swende

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

parent 085f8917
...@@ -82,7 +82,7 @@ type SignerUI interface { ...@@ -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 // OnSignerStartup is invoked when the signer boots, and tells the UI info about external API location and version
// information // information
OnSignerStartup(info StartupInfo) 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 // pin-code for unlocking hardware wallets
OnInputRequired(info UserInputRequest) (UserInputResponse, error) OnInputRequired(info UserInputRequest) (UserInputResponse, error)
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment