mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-22 20:56:42 +00:00
Update web3.js
This commit is contained in:
parent
2e5cd21edf
commit
2c37aa3c8b
1 changed files with 1 additions and 1 deletions
|
|
@ -1070,7 +1070,7 @@ var formatOutputUReal = function (param) {
|
||||||
* @returns {Boolean} right-aligned input bytes formatted to bool
|
* @returns {Boolean} right-aligned input bytes formatted to bool
|
||||||
*/
|
*/
|
||||||
var formatOutputBool = function (param) {
|
var formatOutputBool = function (param) {
|
||||||
return param.staticPart() === '0000000000000000000000000000000000000000000000000000000000000001' ? true : false;
|
return param.staticPart() === '0000000000000000000000000000000000000000000000000000000000000001';
|
||||||
};
|
};
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue