informalsystems / informalsystems/multisig
multisig sign -k does not read config.toml
Open
- Dominant language
- Go
- Stars
- 37
- Forks
- 13
- PR merge metrics
- No merged PRs in 30d
Description
`multisig broadcast` states:
```
-k, --key string name of the local multisig key name, flag overrides the config
```
`config.toml` states:
```
[[keys]]
# 2/4 (af,eb,gs,mc), ceph val oper standard
name = "ceph-main"
localname = "cec_2of4_multisig"
address = "ixo1x20lytyf6zkcrv5edpkfkn8sz578qg5s2g53ty"
```
If I run `multisig sign` without `-k` it fails but if I run it with `-k cec_2of4_multisig` it succeeds. I believe `-k` should get the data from the `localname` config if it is not defined.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.