You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I executed the addData() method of Mortgage contract with the multihash value of the document I uploaded to the IPFS as argument, the transaction is successful but I am still getting the Error
throw Error('Invalid continuation byte')
at the below line of code:
var mortgage = web3.utils.hexToUtf8(output.valueOf());
Any ideas of what causing this error ?
Also which Hash Algorithm that is used to verify documents in this project?
The text was updated successfully, but these errors were encountered:
I executed the addData() method of Mortgage contract with the multihash value of the document I uploaded to the IPFS as argument, the transaction is successful but I am still getting the Error
throw Error('Invalid continuation byte')
at the below line of code:
var mortgage = web3.utils.hexToUtf8(output.valueOf());
Any ideas of what causing this error ?
Also which Hash Algorithm that is used to verify documents in this project?
The text was updated successfully, but these errors were encountered: