|
|
@ -704,6 +704,7 @@ func signer(c *cli.Context) error { |
|
|
|
log.Info("Starting signer", "chainid", chainId, "keystore", ksLoc, |
|
|
|
log.Info("Starting signer", "chainid", chainId, "keystore", ksLoc, |
|
|
|
"light-kdf", lightKdf, "advanced", advanced) |
|
|
|
"light-kdf", lightKdf, "advanced", advanced) |
|
|
|
am := core.StartClefAccountManager(ksLoc, nousb, lightKdf, scpath) |
|
|
|
am := core.StartClefAccountManager(ksLoc, nousb, lightKdf, scpath) |
|
|
|
|
|
|
|
defer am.Close() |
|
|
|
apiImpl := core.NewSignerAPI(am, chainId, nousb, ui, db, advanced, pwStorage) |
|
|
|
apiImpl := core.NewSignerAPI(am, chainId, nousb, ui, db, advanced, pwStorage) |
|
|
|
|
|
|
|
|
|
|
|
// Establish the bidirectional communication, by creating a new UI backend and registering
|
|
|
|
// Establish the bidirectional communication, by creating a new UI backend and registering
|
|
|
|