1
0
mirror of https://github.com/oceanprotocol/ocean.js.git synced 2024-11-26 20:39:05 +01:00

fix doc typo

This commit is contained in:
alexcos20 2020-10-13 06:40:41 -07:00
parent 2c73c6e06d
commit 0088e94c01

View File

@ -159,10 +159,9 @@ export class DDO {
}
/**
* Generates and adds a simple proof
* Generates and adds a simple hash proof
* @param {Ocean} ocean Ocean instance.
* @param {string} publicKey Public key to be used on personal sign.
* @param {string} password Password if it's required.
* @return {Promise<Proof>} Proof object.
*/
public async addSimpleProof(ocean: Ocean, publicKey: string): Promise<void> {