mirror of
https://github.com/oceanprotocol-archive/squid-js.git
synced 2024-02-02 15:31:51 +01:00
Return the correct data format on agreement prepare.
This commit is contained in:
parent
919534175f
commit
031720ad5d
@ -43,7 +43,7 @@ export class ServiceAgreement extends Instantiable {
|
|||||||
|
|
||||||
this.logger.debug('SA hash signature:', serviceAgreementHashSignature)
|
this.logger.debug('SA hash signature:', serviceAgreementHashSignature)
|
||||||
|
|
||||||
return serviceAgreementHashSignature
|
return zeroX(serviceAgreementHashSignature)
|
||||||
}
|
}
|
||||||
|
|
||||||
public async createHashSignature(
|
public async createHashSignature(
|
||||||
|
Loading…
Reference in New Issue
Block a user