Skip to content

Commit

Permalink
Fix NewInMemory description
Browse files Browse the repository at this point in the history
  • Loading branch information
Alessio Treglia committed Dec 9, 2019
1 parent 7fc84fb commit 6b3b8f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crypto/keys/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ release**.
### NewInMemory

The [NewInMemory](https://godoc.org/github.com/cosmos/cosmos-sdk/crypto/keys#NewInMemory) constructor returns
an implementation backed by an in-memory LevelDB storage that we've historically used for testing purposes or on-the-fly
an implementation backed by an in-memory, goroutine-safe map that we've historically used for testing purposes or on-the-fly
key generation and we consider safe for the aforementioned use cases since the generated keys are discarded when the process
terminates or the type instance is garbage collected.

Expand Down

0 comments on commit 6b3b8f3

Please sign in to comment.