good morning!!!!

Skip to content
Snippets Groups Projects
Commit efe58868 authored by vim88's avatar vim88 Committed by Martin Holst Swende
Browse files

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

parent 085f8917
No related branches found
No related tags found
Loading
......@@ -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)
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment