zkjson 0.1.26 → 0.1.27

Sign up to get free protection for your applications and to get access to all the features.
@@ -82,7 +82,7 @@ contract ZKIPFS is ZKQuery{
82
82
  return toArr(value);
83
83
  }
84
84
 
85
- function validateQuery(string memory URI, uint[] memory path, uint[] memory zkp) internal pure returns(uint[] memory){
85
+ function validateQuery(string memory URI, uint[] memory path, uint[] memory zkp) internal view returns(uint[] memory){
86
86
  uint[34] memory hash;
87
87
  hash[0] = 18;
88
88
  hash[1] = 32;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "zkjson",
3
- "version": "0.1.26",
3
+ "version": "0.1.27",
4
4
  "description": "Zero Knowledge Provable JSON",
5
5
  "main": "index.js",
6
6
  "license": "MIT",