Create account removes deployment section
Open
@bthaile is already working on this.
Since Sep 22, 2023.
Bug
Feedback
- Dominant language
- Go
- Stars
- 209
- Forks
- 87
- Avg merge
- 1d 17h
- Merged PRs (30d)
- 3
Description
If I have the following flow.json:
{
"networks": {
"emulator": "127.0.0.1:3569",
"mainnet": "access.mainnet.nodes.onflow.org:9000",
"sandboxnet": "access.sandboxnet.nodes.onflow.org:9000",
"testnet": "access.devnet.nodes.onflow.org:9000"
},
"accounts": {
"emulator-account": {
"address": "f8d6e0586b0a20c7",
"key": "09f3d3a54819c8004cb8b71169f0caf6f9df4528fce015ec0302797c15051d69"
}
},
"deployments": {
"emulator": {}
}
}
and I go to create an account with flow accounts create and choose emulator it will remove my "deployments" section.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.