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
Currently several tests of attestation.jar fails when trying to to verify against the smart contracts.
The failure is the following error, which happens in SmartContract.java:
I made a new branch starting work to fix this. The issue is the URL in SmartContract.java:getWeb3j() I think maybe all that is needed is changing this URL and pushing the smart contract to the correct test network should do it
Currently several tests of attestation.jar fails when trying to to verify against the smart contracts.
The failure is the following error, which happens in
SmartContract.java
:The failure can be reproduced by running
UseTicketTest.testSmartContractDecode()
The text was updated successfully, but these errors were encountered: