我使用 docker 启动弹射器服务。
我成功创建了两个配置文件。
我运行这个命令nem2-cli profile list
我可以看到两个配置文件。
但是当我运行这个命令时nem2-cli account info
,我得到这个错误:
processing.. |ERR To start using the nem2-cli create a default profile using: nem2-cli profile create --privatekey your_private_key --network network --url http://localhost:3000.
我添加了--profile
,现在可以了。但是,在此之前没有指定--profile
,它将自动返回第一个配置文件。