1
0
mirror of https://github.com/oceanprotocol/ocean.js.git synced 2024-11-26 20:39:05 +01:00
This commit is contained in:
alexcos20 2020-10-22 01:38:50 -07:00
parent edce3812c6
commit c88040d018

View File

@ -186,7 +186,7 @@ export class Provider extends Instantiable {
const signature = await this.createHashSignature(consumerAccount, signatureMessage)
url += `&signature=${signature}`
}
// consitnue to construct Provider URL
// continue to construct Provider URL
url += (output && `&output=${JSON.stringify(output)}`) || ''
url += (algorithmDid && `&algorithmDid=${algorithmDid}`) || ''
url +=