From 32c7cc1f1a9946e36e5e385f10d4e389848de05a Mon Sep 17 00:00:00 2001 From: Sebastian Gerske Date: Tue, 27 Nov 2018 13:58:06 +0100 Subject: [PATCH] remove old password from config --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e2295b0..07a0eef 100644 --- a/README.md +++ b/README.md @@ -64,7 +64,7 @@ const ocean: Ocean = await Ocean.getInstance({ // the threshold of nodes from the secre store that have to agree to the decrypt threshold: 0, // the password for the account (in the local parity node) used to sign messages for secret store - password: "unittest", + password: "you password", // the address of the account (in the local parity node) used to sign messages for secret store address: "0xed243adfb84a6626eba46178ccb567481c6e655d", })