Update web3.js

This commit is contained in:
lupin17 2025-12-21 18:31:47 +01:00 committed by GitHub
parent 2e5cd21edf
commit 2c37aa3c8b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1070,7 +1070,7 @@ var formatOutputUReal = function (param) {
* @returns {Boolean} right-aligned input bytes formatted to bool
*/
var formatOutputBool = function (param) {
return param.staticPart() === '0000000000000000000000000000000000000000000000000000000000000001' ? true : false;
return param.staticPart() === '0000000000000000000000000000000000000000000000000000000000000001';
};
/**