remove old password from config

This commit is contained in:
Sebastian Gerske 2018-11-27 13:58:06 +01:00
parent 4e30056483
commit 32c7cc1f1a
1 changed files with 1 additions and 1 deletions

View File

@ -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",
})