Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use 'documents' as the DID genesis JSON key, instead of 'Documents' #67

Merged
merged 1 commit into from
Oct 16, 2020

Conversation

youngjoon-lee
Copy link
Contributor

Previously, the genesis.json looked like:

{
  "app_state": {
    "did": {
      "Documents": {
      }
  }
}

Let's use documents instead of Documents.

```json
{
  "app_state": {
    "did": {
      "documents": {
          "did:panacea:9iofqBjmEkL4XRiCguNxun3GVKn2Ghoqud39uS25S1aY": {
          }
      }
  }
}

@youngjoon-lee youngjoon-lee requested a review from cl9200 October 16, 2020 05:11
Copy link
Contributor

@cl9200 cl9200 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@youngjoon-lee youngjoon-lee merged commit 5a8f061 into master Oct 16, 2020
@youngjoon-lee youngjoon-lee deleted the bug/na/json-key-for-did-genesis branch October 16, 2020 05:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants