Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 490 Bytes

FixMe.md

File metadata and controls

5 lines (4 loc) · 490 Bytes

Fix Me

One of our smart contracts, ./SmartContract/contracts/PoseManager_RSA, needs to be fixed before being executed and compiled. The fix can be made as follows:

  • Copy the contents from this contract to ./SmartContract/contracts/RSALibrary.sol
  • Replace library SolRsaVerify { (Line 25) in file ./SmartContract/contracts/RSALibrary.sol with contract SolRsaVerify {