提交 15d827b9 作者: Jeromy

reword error message to confuse whyrusleeping less

License: MIT
Signed-off-by: 's avatarJeromy <jeromyj@gmail.com>
上级 e51b8214
......@@ -19,6 +19,15 @@ import (
u "github.com/ipfs/go-ipfs/util"
)
const offlineIdErrorMessage = `'ipfs id' currently cannot query information on remote
peers without a running daemon; we are working to fix this.
In the meantime, if you want to query remote peers using 'ipfs id',
please run the daemon:
ipfs daemon &
ipfs id QmaCpDMGvV2BGHeYERUEnRQAwe3N8SzbUtfsmvsqQLuvuJ
`
type IdOutput struct {
ID string
PublicKey string
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论