mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-05-17 21:46:36 +00:00
parent
b9504e4966
commit
fcc7ae162d
1 changed files with 1 additions and 1 deletions
|
|
@ -1033,7 +1033,7 @@ var formatOutputInt = function (param) {
|
||||||
*
|
*
|
||||||
* @method formatOutputUInt
|
* @method formatOutputUInt
|
||||||
* @param {SolidityParam}
|
* @param {SolidityParam}
|
||||||
* @returns {BigNumeber} right-aligned output bytes formatted to uint
|
* @returns {BigNumber} right-aligned output bytes formatted to uint
|
||||||
*/
|
*/
|
||||||
var formatOutputUInt = function (param) {
|
var formatOutputUInt = function (param) {
|
||||||
var value = param.staticPart() || "0";
|
var value = param.staticPart() || "0";
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue