-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Working functionality-wise.
Didn't check code.
let logger_config_color = logger_config.color; | ||
let signer_enabled = ui_conf.enabled; | ||
let signer_path = ws_conf.signer_path.clone(); | ||
let signer_enabled = ws_conf.support_token_api; | ||
|
||
rpc_apis::SignerService::new(move || { | ||
generate_new_token(&signer_path, logger_config_color).map_err(|e| format!("{:?}", e)) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we update the message that's printed by this if the UI is not running?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
* Re-enable signer, even with no UI. * Fix message.
Needs to get into
beta
.