Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
mybee
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
vicotor
mybee
Commits
de58bae5
Unverified
Commit
de58bae5
authored
Jan 26, 2021
by
Rinke Hendriksen
Committed by
GitHub
Jan 26, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add a warning message when the user is not using clef (#1151)
parent
d61c1646
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
start.go
cmd/bee/cmd/start.go
+1
-0
No files found.
cmd/bee/cmd/start.go
View file @
de58bae5
...
@@ -321,6 +321,7 @@ func (c *command) configureSigner(cmd *cobra.Command, logger logging.Logger) (co
...
@@ -321,6 +321,7 @@ func (c *command) configureSigner(cmd *cobra.Command, logger logging.Logger) (co
logger
.
Infof
(
"using swarm network address through clef: %s"
,
address
)
logger
.
Infof
(
"using swarm network address through clef: %s"
,
address
)
}
else
{
}
else
{
logger
.
Warning
(
"clef is not enabled; portability and security of your keys is sub optimal"
)
swarmPrivateKey
,
created
,
err
:=
keystore
.
Key
(
"swarm"
,
password
)
swarmPrivateKey
,
created
,
err
:=
keystore
.
Key
(
"swarm"
,
password
)
if
err
!=
nil
{
if
err
!=
nil
{
return
nil
,
fmt
.
Errorf
(
"swarm key: %w"
,
err
)
return
nil
,
fmt
.
Errorf
(
"swarm key: %w"
,
err
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment