Skip to content

Commit

Permalink
Use 'documents' as the DID genesis JSON key, instead of 'Documents' (#67
Browse files Browse the repository at this point in the history
)
  • Loading branch information
Youngjoon Lee authored Oct 16, 2020
1 parent dfbaa62 commit 5a8f061
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/did/types/genesis.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package types

type GenesisState struct {
Documents map[string]DIDDocumentWithSeq
Documents map[string]DIDDocumentWithSeq `json:"documents"`
}

func DefaultGenesisState() GenesisState {
Expand Down

0 comments on commit 5a8f061

Please sign in to comment.