tezbridge-network
Advanced tools
Comparing version 1.0.30 to 1.0.31
{ | ||
"name": "tezbridge-network", | ||
"version": "1.0.30", | ||
"version": "1.0.31", | ||
"description": "The TezBridge network library for Tezos blockchain in JavaScript with Flow type system", | ||
@@ -5,0 +5,0 @@ "main": "Pt24m4xi/index.js", |
@@ -322,2 +322,4 @@ // @flow | ||
storage_limit += op.result.originated_contracts.length * 257 | ||
if (op.result.allocated_destination_contract) | ||
storage_limit += 257 | ||
}) | ||
@@ -334,2 +336,4 @@ } | ||
storage_limit += result.originated_contracts.length * 257 | ||
if (result.allocated_destination_contract) | ||
storage_limit += 257 | ||
@@ -336,0 +340,0 @@ ops[index].gas_limit = gas_limit + '' |
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
33014
759