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 withcontract SolRsaVerify {