ethereumjs-vm
Advanced tools
Comparing version 2.2.0 to 2.2.1
@@ -74,3 +74,3 @@ const async = require('async') | ||
const NONCE_OFFSET = 1 | ||
toAccount.nonce = new BN(toAccount.nonce).addn(NONCE_OFFSET).toBuffer() | ||
toAccount.nonce = new BN(toAccount.nonce).addn(NONCE_OFFSET).toArrayLike(Buffer) | ||
done(err) | ||
@@ -77,0 +77,0 @@ }) |
{ | ||
"name": "ethereumjs-vm", | ||
"version": "2.2.0", | ||
"version": "2.2.1", | ||
"description": "an ethereum VM implementation", | ||
@@ -5,0 +5,0 @@ "main": "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
6032022