Comparing version 0.0.81 to 0.0.82
@@ -679,5 +679,3 @@ import { check } from "./system"; | ||
check(ret == 0, "modExp error"); | ||
const result = new U256(); | ||
result.unpack(rawResult); | ||
return result | ||
return U256.fromBytesBE(rawResult) | ||
} |
{ | ||
"name": "as-chain", | ||
"version": "0.0.81", | ||
"version": "0.0.82", | ||
"description": "chain module for assemblyscript", | ||
@@ -5,0 +5,0 @@ "main": "js/index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1576505
6718